• Hey all
    Sometime ago I created some pages for my wordpress based site.
    They where all good,but a few weeks ago I noticed that they are not displayed, when I browse to the pages link they display the default mistake note:
    “Not Found

    Sorry, but you are looking for something that is not here”

    What can be wrong here?
    If I browse in the control panel I can see the pages.
    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Are you using permalinks?

    If yes, then check if your .htaccess file exists and has the correct rewriting code in it. If not, follow the steps below:

    1) Create a fresh .htaccess file and assign write permissions to it
    2) In your admin area, go to settings -> permalinks, check your permalink structure and press submit.

    Thread Starter uzet1976

    (@uzet1976)

    Thank Rahul for your answer
    I do use permalinks.
    How can I check the .htaccess to see if it exists?

    By the way, those pages have been working, but something changed in the last few weeks…

    Thanks!

    Thread Starter uzet1976

    (@uzet1976)

    Ok I checked and there is a httaccess file in the site’s directory, whats next?
    Thanks

    Follow the steps I have provided. And I believe, this is an issue with the whole site, right?
    If possible, give the URL of your site

    Thread Starter uzet1976

    (@uzet1976)

    Its in hebrew
    https://www.latzalam.info

    The pages are in the top of the page.
    Don’t mind the design…

    Thread Starter uzet1976

    (@uzet1976)

    This is the .htaccess content
    By saying fresh, do you mean to deleate the content?

    # 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

    htaccess file looks file.

    Yes, I mean delete the current file and recreate it. Just give this a try!

    Thread Starter uzet1976

    (@uzet1976)

    Did that, but there is no change…

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