Quote:
Originally posted by TECK
There is a minor but very important bug that I noticed, while accesing the main archive file.
To fix it, add this line, at the bottom of your htaccess.txt file:
Code:
RedirectMatch 301 /archive$ http://[high]www.yoursite.com/forum[/high]/archive/
Replace the highlighted part with your web site URL.
I updated the .zip files.
|
By the way:
RedirectMatch 301 /archive$
http://www.yoursite.com/forum/archive/
but the .zip says
RedirectMatch 301 ^/archive$
http://www.yoursite.com/forum/archive/
hence the ^.