.htaccess file problems with wordpress 2.0.2… Help is here
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} ^/stats/(.*)$ RewriteCond %{REQUEST_URI} ^/failed_auth.html$ RewriteRule ^.*$ – RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php # END WordPress You can…