Closed (won't fix)
Project:
Drupal core
Version:
4.6.0
Component:
system.module
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
20 Aug 2005 at 05:00 UTC
Updated:
6 Oct 2005 at 23:21 UTC
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
Comment #1
robertdouglass commentedWhat 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.
Comment #2
ax commentedline 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.