November 5, 2012 at 7:40 pm
#829549
Member
I tried this and it worked on some of the URL’s contained within “games-forum” folder and recursively down from that, except those with sid’s 
RewriteEngine on
RewriteCond %{REQUEST_URI} ^/games-forum/
RewriteRule (.*) http://www.mydomain.net.au [R=301,L]
[/CODE]
think I’ll go chase this up on a forum which specifically deals with this stuff. Thanks for your help [COLOR=#0000ff]allfreechips[/COLOR] and everyone else too 🙂
Cheers
Dave[CODE]
RewriteEngine on
RewriteCond %{REQUEST_URI} ^/games-forum/
RewriteRule (.*) http://www.mydomain.net.au [R=301,L]
[/CODE]
think I’ll go chase this up on a forum which specifically deals with this stuff. Thanks for your help allfreechips and everyone else too 
Cheers
Dave