Unable to change Permalinks to anything but standard
-
I’m unable to change the permalinks to anything but the standard settings (which is no bueno for SEO).
Troubleshooting steps already taken:
- Re writing .htaccess file
- Uninstalling and re-installing WordPress
- Disabling all Plugins
- Disabling all Plugins then re-writing .htaccess file
- Troubleshooting for an hour with DoDaddy
- Toggling Permalinks then re-writing with the suggested code below
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog/index.php [L] </IfModule>
…as it suggests, but to no avail. When I switch my Permalinks to anything but the standard I get a 404 page.
htmlfriendly.com/blog (i’m apparently PHPstupid.com :p )
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Unable to change Permalinks to anything but standard’ is closed to new replies.