I am use Apache 2 and mod_rewrite, but when I correct settings see this message:
It appears your host is not configured correctly for Clean URLs. Please check for ModRewrite support with your administrator.

Line 555
When I am correct the code, rewrite work.

Please fix this bug.

Comments

robertDouglass’s picture

What is line 555? Sorry, I'm confused.

URL rewriting works fine with Apache2, thousands of users can confirm this, so it is worthwhile looking at your installation more carefully. In the default distribution of Apache2, this line in the httpd.conf file is commented out:

LoadModule rewrite_module modules/mod_rewrite.so

Make sure that this line is active (no #) and restart your server.

Also check and make sure that the .htaccess file from Drupal is in your root Drupal directory.

ax’s picture

Status: Active » Closed (won't fix)

line 555 of 4.6 system.module is

if ($edit['clean_url'] && !variable_get('clean_url_ok', 0)) {

guess that's what he means. for whatever reason.

nevertheless, as nobody (including me) seems to be able to reproduce this, and the original submitter didn't care to elaborate, i mark this WON'T FIX.