Can't figure out 404s on Pages
-
The site: https://www.trueup.net
I have custom permalinks set to /%year%/%category%/%postname%/
Page links on the site and from “view page” from the page’s editing screen are returning 404s, even when I set the permalink type back to the default. Those links seem to remain, for example, https://www.trueup.net/about no matter now I flip the custom permalink settings. Posts are all working fine, though.
In the .htaccess file the rewrite code is the default (I believe?)
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Can't figure out 404s on Pages’ is closed to new replies.