Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
system.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Nov 2009 at 03:20 UTC
Updated:
3 Jul 2012 at 00:06 UTC
Jump to comment: Most recent file
Comments
Comment #1
deviantintegral commentedHere's a patch which checks the status of clean URLs for the status report. At this point, the text for each message is a placeholder, and probably all need to be replaced.
Checking for clean URLs is also refactored into a
system_check_clean_url()function. Finally, system_cron() is updated to automatically disable clean URLs if they don't work. This way, in the worst case that your server breaks the functionality, eventually your site will at least be viewable again. The last bit I'm OK with moving into a new issue, but it was trivial to implement and seems to be best committed along with any text messages for the status report.No tests yet - lets see if I broke any existing ones first.
Comment #2
MichaelCole commented#1: 644388_clean_url_status.patch queued for re-testing.
Comment #4
sunConfigurable clean URLs have been removed and are always enabled now:
#1183208: Remove variable_get('clean_url') and switch to index.php/path pattern for dirty URL support