how to disable url rewriting (without the gui) : tips  Bottom

  • Hi

    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.
  • I didn't think the Admin links got shorturl'd. I tried short urls on a site, decided against it, removed the .htaccess and couldn't access anything BUT admin.php.

    --
    Home Page | Find on Facebook | Follow on Twitter
  • yes but you have to be logged to have access to admin.php, and to login you call index.php?module=Users&func=login

This list is based on users active over the last 60 minutes.