basketmen
03-23-2010, 06:42 PM
Maybe this is simple enough
I want to redirect static page http://mysite.com/?staticpage to http://otherdomain.com
i had try some rule like below but still dont get the working rule, please help guys what is the right rule
RewriteEngine On
Redirect 301 /?staticpage http://otherdomain.com
or using quotes around still not working
RewriteEngine On
Redirect 301 "/?staticpage" http://otherdomain.com
I want to redirect static page http://mysite.com/?staticpage to http://otherdomain.com
i had try some rule like below but still dont get the working rule, please help guys what is the right rule
RewriteEngine On
Redirect 301 /?staticpage http://otherdomain.com
or using quotes around still not working
RewriteEngine On
Redirect 301 "/?staticpage" http://otherdomain.com