Closed (works as designed)
Project:
Drupal core
Version:
7.14
Component:
other
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 May 2012 at 21:10 UTC
Updated:
27 Dec 2012 at 21:32 UTC
After I enable Clean URLs I get this situation where the login page keeps re-loading itself in a nested kind of way. I'm really not sure how to describe this, so, here's a video:
http://screencast.com/t/Qcu7mHPLG0dm
When I turn off Clean URLs, the problem goes away.
Comments
Comment #1
damien tournoud commentedThis means that the
.htaccessis read but you don't have the Apache Rewrite module enabled. The detection is broken in that case, see #932636: Drupal *always* installs with clean URLs.Comment #2
stevengraff commentedThank you for your reply.
Being something of a newb, however, I cannot glean, either from your reply or from the #932636 link, what if anything, I should (or can) do to "fix" my situation.
Do I simply need to enable the Apache Rewrite module? Is that a difficult thing to do?
==========
Actually I just checked with cPanel support... mod_rewrite is, in fact, enabled.
Comment #3
stevengraff commentedAny other ideas re what's going on here and/or how I might be able to fix this?
Recursively loading screen
http://screencast.com/t/Qcu7mHPLG0dm
Comment #4
stevengraff commentedAny other guesses as to what could cause this?
http://screencast.com/t/Qcu7mHPLG0dm
I have been told:
"The apache rewrite module is always active on a cPanel servers and it cannot be disabled."
Comment #5
stevengraff commentedClean Urls module is not the culprit.
This problem happens any time the visitor browses to a url that is:
a. not a legitimate location, and
b. ends with a trailing / (forward slash)
So,
http://www.plain-english.com/junk would be ok (it just triggers a 404), but
http://www.plain-english.com/junk/ would not... it triggers the avalanche.
Also,
http://www.plain-english.com/goldmine-software-learn-about-purchase/
works fine with or without the trailing backslash, as it is a real page.
Comment #6
stevengraff commentedResolved. Problem tracked to error in some custom php scripting. Not related to cleanurls at all.
Comment #7
stevengraff commented