• Resolved hairedesigner

    (@hairedesigner)


    All pages on my site, aside from the homepage, are giving me 404 errors. The pages definitely exist and the permalink structure is correct.

    The site is nomascantina.com/newsite/

    I’ve been troubleshooting this issue quite a bit and have tried creating an .htaccess file with:

    # BEGIN WordPress
    <IfModule mod_rewrite.so>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    I’ve changed the file permissions on directories to 755 and files to 644. I have a sneaking suspicion that someone else that was working on the site may have been manipulating the file permissions.

    There’s nothing unusual in the apache error logs.

    The pages were loading just fine yesterday and I’ve done nothing to the site since.

    Any assistance would be greatly appreciated.

Viewing 6 replies - 16 through 21 (of 21 total)
  • Swayze

    (@shelbyswayze)

    @defyapathy: I think we don’t understand the complications and difficulties that the moderators have with trying to get the answers and tips to different members in a single topic post. When you start your own topic they can direct their comments with an easier flow.

    Exactly! Not to mention that this thread references WP3.5.1 and is already marked resolved.

    @defyapathy – you might want to read this part of the forum welcome:

    Unless you are using the same version of WordPress on the same physical server hosted by the same hosts with the same plugins, theme & configurations as the original poster, do not post in someone else’s thread. Start your own topic.

    Sorry Guys for jumping in. I have same issue about permalinks and posts not found. When I change to default structure, everything is fine but when I switch to /%postname%/, i get error viewing my posts. Please guys, help me. Thanks a million.

    I removed my custom permalink structure /%post_id%/%postname%/ and saved my permalinks as the default structure /?p=123.

    Then I saved my permalinks as day and name structure /%year%/%monthnum%/%day%/%postname%/.

    Then I saved my permalinks as my custom structure again /%post_id%/%postname%/.

    This series of steps seems to work though I am not sure why this happened as I was trying to uplaod a background image and suddenly all my pages and posts all returned 404 errors.

    Anyways following the steps above seems to have ‘reset’ whatever went wrong. I hope, lol. ??

    Thanks for the advice. WP Version 3.8.1

    I am having this exact same problem now. I’ve tried everything I can find listed here, as well as elsewhere. NOTHING works. The only way my blog works is to set Permalinks to Default but as I’ve now had the blog up and running for quite some time, I don’t want to do that. Help!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The Exact Same Problem was resolved 11 months ago by deepak. If that solution has not worked for you then you do not have the Exact Same Problem.

    Create your own thread here: https://www.ads-software.com/support/forum/how-to-and-troubleshooting#postform

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘All pages but the homepage throw 404 errors’ is closed to new replies.