Forum Moderators: phranque
Hopefully someone can help
I'm trying to redirect
ht*p://mysite.tld/directory/1234?node=5678
To
ht*p://mysite.tld?page.php?id=1234?node=5678
I've tried the following. RewriteRule ^directory/(.*) page.php?$1
But this only passes in formation up to the?
I know this has something to do with the question mark being part of the query string but I can't figure it out.
Any help would be much appreciated.