Salve, questo è l'errore che ho:
Codice:
"An error occurred.
This error may be due to an erroneus .htaccess file, added by you or by a script in the current directory.
To access this directory again you have to correct or delete the .htaccess file. You can do it from the section files management of your control panel by clicking on the gear icon."
Il mio file .htaccess:
Codice:
Header add Access-Control-Allow-Origin "*"
Header add Access-Control-Allow-Headers "origin, x-requested-with, content-type"
Header add Access-Control-Allow-Methods "PUT, GET, POST, DELETE, OPTIONS"
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]
Premetto che uso SlimFramework, ma la mia domanda è, perchè mi da questo errore???