zonecrash BANNED Joined Sep 30, 2009 Messages 72 Reaction score 70 Nov 3, 2009 #1 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/ .
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/ .
johnwho Regular Member Joined Sep 19, 2009 Messages 255 Reaction score 36 Nov 3, 2009 #2 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]
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]
zonecrash BANNED Joined Sep 30, 2009 Messages 72 Reaction score 70 Nov 4, 2009 Thread Starter Thread Starter #3 thanks ... much appr. reps given..
L Leads Provider Junior Member Joined Jun 5, 2009 Messages 101 Reaction score 11 Nov 4, 2009 #4 Thanks it helped me too. Reps given...