I wanted to run my website locally, but i was stuck because i didn't have URL rewriting enable. As i didn't need it locally, and couldn't access to the gui.
I did this
Code
UPDATE `pn_module_vars` SET `pn_value` = 's:1:"0";' WHERE `pn_name` LIKE 'shorturls' LIMIT 1
you might have to change the prefix from the tablename pn_module_vars.
Mumu.
