Hi guys.

I've got a site I've been building for a few months for a client, it's a pretty big thing and is really nearly done.

I've used mod_rewrite in the .htaccess file to remap the URLs to be user friendly (Eg, index.php?act=music&aid=35 becomes /bands/AllTimeLow/)

Problem is, I've also used <A NAME> links in some sections to jump the page to a specified section.

The question, how do I use name links with frienfly urls? As the link appends #NAME to the url, it messes up and tried to load /#NAME.

I cant find anything with Google so I'm hoping someone can give me an answer or alternative Cheers!