Mod rewrite from javascript

Is there a way to remove the id=100 from a url that looks like this (www.abczzz.com/members/idevaffiliate.php?id=100) and replace it with the username so it looks like www.abczzz.com/tampa

The javascript I use to display the username on the page looks like this:

<script language=“JavaScript” type=“text/javascript” src=“http://www.abczzz.com/members/display.php?token=username”></script>

bryan,

Yes, but without viewing your existing mod_rewrite (which is likely to have a CMS’s mod_rewrite - order IS critical), there’s no telling what your problems may be being caused by.

I cover the sort of question you’re having in my signature’s mod_rewrite tutorial (and it’s also repeated in the sticky threads). Have a read, please.

Regards,

DK