Hi, i have this rule in my .htaccess file
RewriteCond %{QUERY_STRING} ^CategoryID=16&ArticleID=14&Page=13$
RewriteRule ^/?$ [
mysite.com...] [L,R=301]
the # sign is an anchor link on the page.
but the resulting url is [
mysite.com...]
and it doesn't go to the anchor link on the page.
any idea how to keep the # showing in the url ?
Thanks