Forums

[resolved] pages doesn't work when i add new ones(htaccess problem i believe) (2 posts)

  1. Henrikk
    Member
    Posted 2 years ago #

    Hello when i add pages they doesn't work i just get: Not Found
    The requested URL /contact/ was not found on this server.
    I did delete the text inside .htaccess because no crawlers listed my site. not sure if thats the problem, but it could be. incase what should i add back there again?
    Version: 2.9.2. Plugins: SI contact form, addthis.
    I also had all in one seo pack but because of what i said above about the crawlers i removed it and the htaccess text.
    Thanks in advance.

  2. Henrikk
    Member
    Posted 2 years ago #

    No worries, solved my own problem.
    But if someone els does this add back:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

Topic Closed

This topic has been closed to new replies.

About this Topic