Hi all
I'm not too hot on htaccess stuff - hoping someone can help me out.
I want to redirect all visitors to /thispage/ when they try to get to anything below it, for example /thispage/onebelowit/
Would it be something like:
?
Cheers for any advice...
/Doug
I'm not too hot on htaccess stuff - hoping someone can help me out.
I want to redirect all visitors to /thispage/ when they try to get to anything below it, for example /thispage/onebelowit/
Would it be something like:
Code:
Redirect 301 /thispage/* http://mysite.com/thispage/
?
Cheers for any advice...
/Doug