Permalink not working. htaccess looks correct
-
My url includes the index.php in my url. I have done a lot of research on this, and it looks like you need to update your htaccess file to include
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
Then change the permalink setting to Post Name under the Permalink Settings in WP. I get the traditional “Page Not Found The requested URL was not found on this server” I don’t know what I’m doing wrong. I know that Rewrite Engine is on and enabled on my server. Is there something that I’m missing?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Permalink not working. htaccess looks correct’ is closed to new replies.