Forum Moderators: phranque
eg.
www.somesite.dk/goto.php?side=1and?=id
As u can see there are to? marks I would Like to ged rid of them both, I have got one of the variables away.. but how can I remove the second?
Yours Faithfully
Jens Mikkelsen
Denmark
[edited by: jatar_k at 10:58 pm (utc) on Nov. 13, 2002]
[edit reason] generalized url [/edit]
I know there are some very good threads around about mod rewrite, I can't seem to find the one I am thinking of though.
You can also try the "site search" at the top of the page.
RewriteEngine On
RewriteRule ^/some/path/(.*)/(.*)/some\.php$ /rewrite/to_another/path_if_you_wish/goto.php?side=$1&id=$2 [PT,L] # this should be one continous line