• Hi there!

    My website was heavily spammed and was closed for a while but when it was re-opened, all pages besides the homepage became:

    Not Found

    The requested URL /about-us was not found on this server.

    If you could give me a step by step guide, I would really appreciate it, since I’m very green in website building.

    many thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Have you tried resetting your permalinks via Settings -> Permalinks?

    Thread Starter carmen.qc

    (@carmenqc)

    I have “custom structure” /%postname%/ now
    how do I reset? thanks!

    Just click “Update Permalinks”.

    Thread Starter carmen.qc

    (@carmenqc)

    thanks.. but no such button on Permalink Settings page on my screen.

    Sorry – it’s called “Save changes”.

    hey i was having the same problem today only …..u can try solving it by editing your .htaccess file in cpanel(if you are using it) and you have to replace everything present in that file with the following code

    # BEGIN WordPress
    
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘All pages except homepage is gone’ is closed to new replies.