404 / permalink problems
-
Hello!
Hope someone can help or suggest something with the following problem…
I’m running a wordpress site on my local machine (a Mac); and everything works fine, until I change the permalink setup.
I suspect there’s something not setup quite right on my Mac, rather than it being a problem with wordpress, any plugin of theme.
All my pages work fine when I use either the plain permalink option, or the custom option, with the following setting: /index.php/%year%/%monthnum%/%day%/%postname%/
From what I can find online; I first thought there maybe an issue with the .htaccess file. I checked apache httd.conf file, and it looks like AllowOverride is set to All.
My .htaccess as follows:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /wp/test/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wp/test/index.php [L] </IfModule> # END WordPress
Any suggestions?
Also, just to rule anything out, I uninstalled all plugins, and it’s just using the default, I think 2019 theme.
- The topic ‘404 / permalink problems’ is closed to new replies.