Leanne
07-03-08, 03:51 AM
Is it possible to use anchor links with SEF urls? I currently have urls like this:
www.domain.com/Category_Code.html
I'd like to be able to have:
www.domain.com/Category_Code.html#Product_Code
I have this in my .htaccess file:
RewriteCond %{REQUEST_URI} ^/(.*).html [NC]
RewriteRule (.*) /mm5/merchant.mvc?Screen=CTGY&Category_Code=%1 [L]
www.domain.com/Category_Code.html
I'd like to be able to have:
www.domain.com/Category_Code.html#Product_Code
I have this in my .htaccess file:
RewriteCond %{REQUEST_URI} ^/(.*).html [NC]
RewriteRule (.*) /mm5/merchant.mvc?Screen=CTGY&Category_Code=%1 [L]