By rszrama on
I made a silly flub and enabled clean urls while away from my computer. I'm unable to set up ModRewrite on my server where I am now, but I would like to be able to disable clean urls. Is this variable stored anywhere in the MySQL database that I might access it remotely and change it back?
Comments
Go to ?q=admin/settings
Go to ?q=admin/settings
Dunce... that's me
I feel like a dunce. I made a flub and a stupid post. ^_^ I knew the "dirty" url, but when I had tried to save the change back to disabled, I received the error message saying it was unable to find the page it was posting to (so I figured it was trying to post to a clean URL). I just should have tried once more, eh?
You could also have deleted
You could also have deleted the clean_url variables in the variables table. I've had to do that before because it can't find the page i'm posting the changed for to.
FAQ
Or read the FAQ, because it answers exactly this question.
--
If you have a problem, please search before posting a question.
FAQ page
Indeed - the FAQ page is very handy for Disabling Clean URLs
--
Growing Venture Solutions
Drupal Implementation and Support in Denver, CO
--
Morris Animal Foundation
Deleted clean_url
Yep. I just used delete * from drupal.variable where name = 'clean_url'; and that did the trick!
Easiest Way
go to
http://example.com/#overlay=%3Fq%3Dadmin%252Fconfig%252Fsearch%252Fclean-urls
and unchech the clean urls
This is the easiest way
This is the easiest way :)
That's right way!
Add this line to the end of settings.php