• Resolved henrikk

    (@henrikk)


    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.

Viewing 1 replies (of 1 total)
  • Thread Starter henrikk

    (@henrikk)

    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

Viewing 1 replies (of 1 total)
  • The topic ‘pages doesn’t work when i add new ones(htaccess problem i believe)’ is closed to new replies.