Its linux with apache...
And no that code does redirect the urls it just adds the equivelent original dynamic url to the end after loading the page... but yeah it redirects to the right pages...
SeO wrote:dcz wrote:after rewrite engine is on
This at least means you need :
- Code: Select all
RewriteEngine on
RewriteBase /
Before this line.
RedirectMatch permanent ^/forums/(.*)$ http://forums.1stsearchenginerankings.com/$1SeO wrote:mmm
Try :
- Code: Select all
RewriteRule ^forums/(.*)$ http://forums.1stsearchenginerankings.com/$1 [L,R=301]