When I run the Clean Urls test I receive :

Not Found

The requested URL /admin/settings/clean-urls was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

I'm pretty sure I installed correctly. Everything else functions fine. This is only glitch I've come across during configuration.
Any ideas?

Comments

cburschka’s picture

It's a test. This just means the test failed. (Good news though: The next major version of Drupal conducts the test in a far less confusing way.)

Test if .htaccess is in the root folder of the Drupal installation - if you uploaded it through FTP, it might not have been transferred. If it is, try transferring it again and make sure that it is uploaded in "ASCII" mode.

If neither of these help, your host probably isn't allowing mod_rewrite - have a word with them; perhaps they'll be reasonable about it...

nlink’s picture

I have encountered the same problem and then documented its solution at enabling clean urls, I hope it solves your problem.

Thanks.