.htaccess question?

zonecrash

BANNED
Joined
Sep 30, 2009
Messages
72
Reaction score
70
Hope for help with this one ?

Code:
http://www.yoursiteherer.com/yoursitehat-seo/newthread.php?do=newthread&f
.

and I would like that condition to be redirected back to the root

Code:
http://www.yoursiteherer.com/
.
 
Try this man..

Code:
Options +FollowSymlinks
 RewriteEngine on
 rewritecond %{http_host} ^http://www.yoursiteherer.com/yoursitehat-seo/newthread.php?do=newthread&f [nc]
 rewriterule ^(.*)$ http://www.yoursiteherer.com$1 [r=301,nc]
 
thanks ... much appr.

reps given..:-)
 
Back
Top