• I have jsut created a blog using wordpress. The blog is novara-blog.com

    Its on our name servers and i have created posts. Problme is soon as you click on a link or a post i get this error message
    Not Found

    The requested URL /2007/07/13/uk-register-reaches-six-million-mark/ was not found on this server.

    Can anyone help we with this to fix the problem?

    Thanks in advance

Viewing 1 replies (of 1 total)
  • I experienced the exact same issue it has to do with the way your apache server is configured. I can see from your 404 page that your using Centos which is what I’m using.

    Find this in your apache configuration.

    <Directory "/var/www/html">
    
    Options Indexes FollowSymLinks
    
    AND CHANGE
    AllowOverride None
    TO
    AllowOverride All
    
    Order allow,deny
    Allow from all
    
    </Directory>

    I pulled this from the centos forums here.

Viewing 1 replies (of 1 total)
  • The topic ‘Not Found’ is closed to new replies.