here is what shows up when trying to go to thread pages:
The requested URL /f4/radar-detector-product-reviews-28/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
--------------------------------------------------------------------------------
Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.6 Server at radardetectorreview.net Port 80
and here is the .htaccess.php file:
RewriteRule ^([^/]+)/([^/]+)-([0-9]+)\/newpost.html$ showthread.php?t=$3&goto=newpost [QSA,L]
RewriteRule ^([^/]+)/([^/]+)-([0-9]+)\/post([0-9]+).html$ showpost.php?p=$4 [QSA,L]
RewriteRule ^([^/]+)/([^/]+)-([0-9]+)\/$ showthread.php?t=$3 [QSA,L]
RewriteRule ^f([0-9]+)\/$ forumdisplay.php?f=$1 [QSA,L]
RewriteRule ^f([0-9]+)\/([a-z]+)([0-9]+).html$ forumdisplay.php?f=$1&page=$3 [QSA,L]
RewriteRule ^([^/]+)/([^/]+)-([0-9]+)\/([a-z]+)([0-9]+).html$ showthread.php?t=$3&page=$5 [QSA,L]
RewriteRule ^([^/]+)/([^/]+)-([0-9]+)\/(.*)$ showthread.php?t=$3 [QSA,L]
|