• Resolved Maukra

    (@maukra)


    I’m not actually sure I am allowed to post a link in here, but I don’t see how I can ask for help without doing so. I’ll definitely take it out later, I’m not spamming.

    My problem is about this website: http://fiftyshadesaudiobook.com/

    It has been online for a good week or two. The site is online and the main page is working, but the other pages are not working.
    It’s not just the links from the main page, if I access the pages directly or through the dashboard, I also get the message that its not there.

    Possible useful information: if I start a new page, the same thing happens.

    I did a theme change, that doesn’t seem to change anything.

    The problem seems to have come up sometime in the past few days.

    Any ideas on where to look next?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Reset your permalinks and see if it solves the issue.

    Thread Starter Maukra

    (@maukra)

    Krishna: If I change back the permalink settings to default, the pages work.

    What I understand from other threads is that the cause for these permalinks issues is often found in the .htcaccess file. I tried changing the permissions to 666 and 777, but neither of these worked. The .htcaccess looks like this:

    AddHandler php-cgi .php
    # 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

    I do want to use the /%postname%/ link structure, so any help on making that work again would be most welcome.

    Kulwant: How would I go about doing that?

    Thread Starter Maukra

    (@maukra)

    A round of switching off plugins seems to have resolved the matter. I didn’t have problems with this plugin before, could be that the install was corrupted or something.

    For those who stumble upon this page in the future: always check turn your plugins on and off first to see if that helps. It may save you a lot of time.

    Thanks all for the help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pages are not appearing’ is closed to new replies.