By drupalnubstar on
Hey guys. My logins are pointing to the clean versions of the URLs and my webserver can't handle them atm. anyone know a way i can switch it over to unclean?
Hey guys. My logins are pointing to the clean versions of the URLs and my webserver can't handle them atm. anyone know a way i can switch it over to unclean?
Comments
p.s unclean is already
p.s unclean is already selected as i cant check clean
Go to /?q=user to login (if
Go to http://example.com/?q=user to login (if you aren't already logged in).
Then go to http://example.com/?q=admin/settings/clean-urls and disable them.
If the non-clean URLs are
If the non-clean URLs are already selected and the site is still creating clean-URL links, look in your settings.php file for a line like this:
If you find a line like that, it's overriding the setting in the database. Comment it out or delete it. It would not be there by default, though. If it's there, either you or someone else must have added it to the settings file at some point in the past.
both are really good ideas
both are really good ideas but clean urls are already disabled. if i turn them on in the settings.php file i can't access the menu at all but it's just the login / register / logout that is up the very top of my page that is displaying the clean link to the log in page. think it would be hard coded into the theme?
this is what i found in my
this is what i found in my template. its the dark elegance theme from this site. is there anything wrong with the non logged in version? i need it to be an unclean link
fixed by changing the code
fixed by changing the code to the right address. thanks for your help guys.
Report this as a bug
Looks like a bug in the theme. If you want you can open a bug report via http://drupal.org/project/issues/darkelegance.