[wp-hackers] Help modifying .htaccess to redirect old urls

Brian Layman Brian at TheCodeCave.com
Sat Jun 3 22:01:49 GMT 2006


I'd Replied:
> It should look like this:
> <IfModule mod_rewrite.c>
> RewriteEngine On
> RewriteBase /
> RewriteRule ^blog/_archives/([0-9]+)/([0-9]+)/([0-9]+)/([0-9]+)\.html$
http://connectedinternet.co.uk/$1/$2/$3/ [QSA,L]
> </IfModule>

(BTW That rewrite rule is supposed to be one line and not two or you'll
get a internal 500 error - incase anyone was questioning that...)
______________________________________________
Brian Layman 
http://www.TheCodeCave.com



More information about the wp-hackers mailing list