Jump to content

springo

Members
  • Posts

    31
  • Joined

  • Last visited

    Never

Everything posted by springo

  1. Hi, I have made the following .htaccess code to rewrites links from ./whatever to ./index.php?p=whatever RewriteEngine On RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule (.*) index.php?p=$1 [QSA,L] (it's all there is in the .htaccess file) It's working on my computer (on XAMPP) but when I upload it to the server it doesn't. Do you know what could be the problem? Thanks.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.