• 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 15 replies - 1 through 15 (of 21 total)
  • esmi

    (@esmi)

    Check with your hosts that mod_rewrite is running on your server.

    Deepak Rajpal

    (@deepakrajpal)

    Can you try once saving permalink structure again to default. Check if it works:

    Admin > Settings > Permalinks

    If it works, swith it to desired permalink option and check it again.

    cinqueorange

    (@cinqueorange)

    Hi everyone,

    I’m having a similar issue and not that technically savvy. Can anyone offer any solutions?
    My site is http://www.kickmag.net/

    esmi

    (@esmi)

    @cinqueorange: It is impolite to interrupt another poster’s ongoing thread with a question of your own. It causes significant problems for the forum’s volunteers and prevents us from being able to track issues by topic. Please post your own topic.

    Thread Starter hairedesigner

    (@hairedesigner)

    @deepak that worked! Can you explain why that solved the issue?

    cinqueorange

    (@cinqueorange)

    So sorry Esmi, I’m not used to posting to the forums but I have taken note for future reference!

    Deepak Rajpal

    (@deepakrajpal)

    @hairedesigner
    I am glad it worked for you.
    Reason: .htaccess might not be proper, but switching permalinks rebuild it. Not sure, but always works for me. πŸ™‚

    @cinqueorange Have you tried that?

    cinqueorange

    (@cinqueorange)

    Hi Deepak,

    Again I apologize to everyone for not knowing the proper posting etiquette. But I wanted people to know that Bluehost is kind of suspect. I had this problem with my site and contacted Bluehost and they told me it was a WordPress issue and to go to the forums. When I checked my site later in the day the problem was gone and I didn’t change anything! Thank you for your response.

    esmi

    (@esmi)

    We’re glad to hear that the problem has been resolved for you.

    Many hosts are currently experiencing problems due to mass attacks. Bluehost may be one of them.

    aycrew

    (@aycrew)

    been pulling my hair trying to resolve same issue..
    changing permalink settings fixed immediately, thanks to all contributors on the topic..

    cinqueorange

    (@cinqueorange)

    Thank you for letting me know that Esmi.

    I contacted Bluehost and they sent me the following:
    “It looks like you needed to update your site location inside your database. I’ve done that for you, and now you need to update you permalinks inside of WordPress, so that WordPress can re-learn where your information is stored on the server. You can read about Permalinks here:

    http://codex.wordpress.org/Using_Permalinks

    All you need to do is go to the Permalinks section in your WordPress dahsboard under Settings. You just need to resave the existing settings; no change is needed, and everything will update.”

    What I don’t know is will I experience the same problem again tomorrow. Or, will I have to contact Bluehost to fix the problem. Perhaps Bluehost and WordPress might work together to fix this issue.

    Not to interrupt the post, but I’m having the same problem! I’m using dot5hosting.com I’ve followed the steps above and no dice. site=www.mainstreetconstruction.net/dev

    @defyapathy: If you require assistance then, as per the Forum Welcome, please post your own topic.

    But it’s the same issue.

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