Thread Starter
mocco
(@mocco)
solution that worked for me:
#RewriteCond %{REQUEST_URI} ^/sample-page/ [NC]
#RewriteRule ^.*$ http://www.google.com [R=301,L]
Thank for help!
Thread Starter
mocco
(@mocco)
And equalmark
I want to do this in htaccess. Without wordpress plugins. but thank you for your help.
Thread Starter
mocco
(@mocco)
example
hxxp://www.bestsponsors.info/sample-page/ to hxxp://www.google.com
RewriteCond %{HTTP_user_agent} googlebot^$ [NC]
RewriteRule ^sample-page/$ “http\:\/\/google\.com” [NC,L]
is that right ?