After installation of latest drupal 6 release, the apache log keep showing:

[Mon Oct 31 17:59:57 2011] [error] [client 186.92.30.201] File does not exist: /var/www/sites, referer: http:///informe21/admin

I have Clean URL installed and enabled and .htaccess file updated as needed since my installation is placed under /var/www/informe21.

Can anyone, please, help me?

Thanks in advance.

Comments

ssg141’s picture

I'm getting the similar error as mentioned above (on my localhost).

I'm running Drupal 7 on Apache 2.2 on a Windows 7 (64 bit) machine.

I have cleared the cache from the table in the database.

Even my search is not working. If I try to log in or fill any form (like the search form) and hit enter, nothing happens and I just stay on the same page.

This started happening when I refreshed my local database from the production database. I need to roll out some changes soon and I'm not being able to do anything.

I would highly appreciate any help in this regard. Thank you in advance.

housser’s picture

I was having the same issue, the problem for me was that mod_rewrite was not enabled in Apache.

therobyouknow’s picture

Your suggestion was my problem too - and the solution is here:
http://stackoverflow.com/a/5758551
How to enable mod_rewrite for Apache 2.2

My symptoms were that when I tried to login to my site from its front page, I would just get returned to the front page and still not be logged in i.e. still be logged out (it didn't seem to 'take'/accept the login, it ignored the login)

When I looked at the /var/log/apache2/error.log I saw that it was saying File does not exist for the /user - so a bit more searching led me to this issue - thanks!