Open colb opened 9 years ago
Got an error after a fresh install on a shared hosting (phpnet.org) and activated the clean URLs.
Replace :
RewriteEngine On RewriteBase / RewriteCond %{SCRIPT_FILENAME} !-d RewriteCond %{SCRIPT_FILENAME} !-f RewriteRule ^(.*)$ ./index.php?request=$1
RewriteEngine On RewriteBase / RewriteCond %{SCRIPT_FILENAME} !-d RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule ^(.*)$ ./index.php?request=$1
By :
In the .htaccess file
@colb That looks identical to me. Am I overlooking the fix?
Got an error after a fresh install on a shared hosting (phpnet.org) and activated the clean URLs.
Replace :
By :
In the .htaccess file