Hi, I am stuck and was hoping someone could help me rewrite a URL: I have this: http://mydomain.com/events/index.php?events=2&title=Car-Collectors-of-new-york and would like this: http://mydomain.com/events/Car-Collectors-of-new-york.html the events=# is where i have been struggling since that number changes.
I'm not entirely certain what you want to do here. You have a page (index.php) that's being passed two variables - events and title - and you want to do... what, exactly? Redirect the user to .html page in your second url? Jon
Oh sorry. Im doing a MOD_rewrite and i want the title="" to stay in the url and the index.php?events=# to disappear.