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

damien tournoud’s picture

Status: Active » Closed (duplicate)

This means that the .htaccess is 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.

stevengraff’s picture

Thank 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.

stevengraff’s picture

Any 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

stevengraff’s picture

Component: node system » other

Any 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."

stevengraff’s picture

Clean 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.

stevengraff’s picture

Resolved. Problem tracked to error in some custom php scripting. Not related to cleanurls at all.

stevengraff’s picture

Status: Closed (duplicate) » Closed (works as designed)