nw,
First, please use [ code ] ... [ /code ] instead of a quote for your code as the quote is not repeated for me to respond to.
Code:
# -FrontPage-
THAT is a major part of any problem - ugh! m$
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
protection
Options +FollowSymLinks
That should be in your httpd.conf
RewriteEngine on
RewriteCond %{HTTP_HOST} ^siteurl\.com
RewriteRule ^(.*)$ http://www.siteurl.com/$1 [R=permanent,L]
I would have used [R=301,L]
RewriteEngine on
NO need to repeat!
RewriteRule ^/?archive/index\.php/t-([0-9]+)\.html/?$ showthread.php?t=$1 [R=301,L]
If that doesn't find showthread.php, then showthread.php is not in the same directory as the archive directory (DocumentRoot).
Regards,
DK
Bookmarks