• Resolved johnnyRing

    (@johnnyring)


    Hi,
    I’ve changed my webhosting, changing the domainname from .eu to .org, and ,at the same time, I’ve upgraded my wordpress version to 3.5
    Until then all worked fine.
    later I’ve upgraded wp to 3.5.1
    yesterday I discovered that it is impossible to display any site exceptr the home.
    When I clic on the menu bar or on any link the result is:
    404 Not Found
    The resource requested could not be found on this server!
    For testing I’ve installed my site on free webhosting and the result is very similar but different:
    missing index page
    the folder /agenda/etc.etc/ is empty of a index page

    you must create one like index.html or index.php

    How can do it and all above where I ‘ve to put it as I can’t find the folders?
    thanks a lot

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    yesterday I discovered that it is impossible to display any site exceptr the home.

    First try resetting your permalinks to ensure that the .htaccess file is correctly written.

    WordPress Dashboard -> Settings -> Permalinks

    If that doesn’t solve it then can you confirm that mod_rewrite is not only active on your server but is permitted for your directory via AllowOverride All?

    <Directory />
        AllowOverride All
    </Directory>

    If you do edit any configuration files please make sure you make a backup copy first.

    Edit: There will probably be other config in that <Directory> section. I mean make sure your add that line if it’s missing.

    Thread Starter johnnyRing

    (@johnnyring)

    I’ve resetted permalinks and then I’ve setted them newly on custom mode.
    All work perfectly!
    Thanks a lot!

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Glad it worked out. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘impossible to display all website pages except the home’ is closed to new replies.