Hi, thanks for looking at this post.
I have searched and experimented and after hours of getting really close I have finally admitted to my self that I'm going to have to stop and ask directions!
So, I want the browser address http://drivingmeinsane/Join to be re-written to http://drivingmeinsane/?page=Join
I've come really close ... here's my best effort:
Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteRule ^(Join|Sponsor|Contact)/?$ ?page=$1
Two problems:
1) (Join Us|Sponsor Us|Contact Us)
does not work.
2) I don't really want to list all of the possible variables because it will be a dynamic list that can change.
I have tried replacing (Join Us|Sponsor Us|Contact Us)
with all sorts, for example (.*)
but to no avail.
Can anyone help please?
Thanks,
Simon.