• Tyler

    (@tyleraldridge85)


    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Deactivate all plugins, revert to Twenty Twelve theme and try again. If it resolves the issue, it is caused by your theme or a plugin(s).

    Thread Starter Tyler

    (@tyleraldridge85)

    Thank you Krishna. I did some more troubleshooting and found the problem to be the Wiki Lite plugin. Not sure why though…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page Not Found after creation, tried .htaccess regeneration/permissions’ is closed to new replies.