Tuesday, August 25, 2009
How to Unset Drupal Clean URL Settings
How to Unset Drupal Clean URL SettingsYou can uset the drupal clean url setting in three ways:
Method #1
1. Go to http://www.yourhost.com/?q=admin/settings/clean-urls
2. Unset clean URLs.
Method #2
Run the mysql commands:
UPDATE variable SET value = 's:1:"0";' WHERE name = 'clean_url';
DELETE FROM cache;
Method #3
Modify settings.php file to include the line
$conf['clean_url'] = 0;
Featured Blog Topics:
No comments :
Post a Comment