Page Not Found after creation, tried .htaccess regeneration/permissions
-
I am experiencing a very irritating problem with my WordPress site at SparkTVJax.com
When I create a page, update and click view page, WordPress reports that the page cannot be found.
What I have tried: Reinstalling WP and theme. Recreating page, and other test pages do the same thing. Setting permalinks to default (makes all menu items go to homepage) and back to Post Name (no changes). Deleting .htaccess file and setting permalinks to default then back to post name, no changes. Allowing permission of .htaccess file for all access, no change.
Current .htaccess file contents:
# 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
- The topic ‘Page Not Found after creation, tried .htaccess regeneration/permissions’ is closed to new replies.