Trouble changing WP permalinks structure
Author: claudia27 Aug
In an attempt to make my WordPress URLs more search engine friendly I changed my WP permalinks structure from the default to the, more SEO friendly, /%postname%/.
Even though this practice seems to work for most WP blogs it did not for me!
Actually after saving the new permalinks structure in my admin panel I completely lost access to both, the admin interface and blog creating an endless redirect loop.
Murkx!!!
I got lucky though after reading through the help forum at WP.org somebody suggested to edit the .htaccess file to the following:
# BEGIN WordPress
ErrorDocument 404 /index.php?error=404
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
Hopefully this fix will be helpful to somebody else too!
- 0 Comments
- Filed under: Freelancing in Montreal and elsewhere, Web Design



