PDA

View Full Version : Anchor links with SEF urls


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]

Leanne
07-03-08, 03:57 AM
Never mind. I had a typo in my link. The anchor links work just fine. (Never fails, wait until I finally post out of desperation, and then I realize I was doing something dumb.)