Some pretty url pages not appearing after saving (.htaccess is updating fine)
-
Here is the site in question: https://www.networkpack.co.uk
If using the default permalink settings all pages behave correctly. All is good. Initially, if we change to the custom : /%postname%/ structure, everything still works fine with pretty url’s. However, if we then edit a page, some pages (frontend) then stop loading – producing 404 errors instead.
On the left menu both ‘products’ and ‘case studies’ employ them same theme functionality – each forwards to the first sub-page below.
For example, clicking on ‘Products’ from the left menu, it forwards to the first sub page. Case Studies does the same. However, after a page is edited, products link doesn’t work (shows 404) whilst the case studies one continues to work fine.
Any idea what could be causing such erratic behaviour?
I have tried deleting and remaking the .htaccess file with the default:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
but it’s still the same. Any ideas what to try next?
- The topic ‘Some pretty url pages not appearing after saving (.htaccess is updating fine)’ is closed to new replies.