Tag Archives: .htaccess

.htaccess file problems with wordpress 2.0.2… Help is here

# BEGIN WordPress RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} ^/stats/(.*)$ [OR] RewriteCond %{REQUEST_URI} ^/failed_auth.html$ RewriteRule ^.*$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php # END WordPress You can find more help here: Overcoming the Permalink Problem My webhost, Dreamhost, offers a lot of cool toys for users to play with. One of them is… Read More »