i have a htaccess file for redirection
the redirected content is
RewriteCond %{REQUEST_FILENAME} -location&action=photos&page=$
RewriteRule ^(.*)$ /sitename/view.php?link=$1&action=photos&page=&1
[L,QSA]
The page numer is dynamically passing from the page How we can get the page number here pls helpme