Permalins (htaccess?) problem.
-
I had been using WordPress default ‘Ugly’ permalinks fine for 18 months. I recently changed my permalinks to /%postname%%/ and have been getting Internal Server Error 500 messages since.
I have searched through the forums and have tried uploading a blank .htacess file and can then access my home page and admin but as soon as I click on any links I get the errors again until I upload another blank .htaccess file.
I have got to my permalinks panel in the admin and managed to change the permalinks to the more standard example.com/year/month/day/postname format. This still gives 500 page errors and now I can’t even save any alterations to the permalink settings. WordPress seems to have modification access to my .htaccess file as after the site crashes it does contain the following;# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
rather than just the blank file I upload.
Any help will be much appreciated but I can’t reply just yet as I’ve been at this for 8 hours now and I can barely see to type!
- The topic ‘Permalins (htaccess?) problem.’ is closed to new replies.