Quote:
Originally Posted by porschinho
here are my rewrite roules:
RewriteEngine on
RewriteBase /archive/
RewriteRule ^topic/([0-9]+)?(-[0-9]+)? index.php?a=t-$1$2
RewriteRule ^forum/([0-9]+)?(-[0-9]+)? index.php?a=f-$1$2
in addition i would rewrite the original URL
from /archive/index.php/t-xxx
to /archive/t-xxx
with this:
RewriteRule ^(f-|t-)+([0-9]+)?(-p-[0-9]+)? index.php?a=$1$2$3
|
If I remember correctly, add [R=301,L] to the end of each and it''ll throw a clean 301 (permanent move).