1) è possibile accedere al db information_schema di mysql?
2)perchè questo .htaccess non funziona su altervista:??
Options FollowSymLinks
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^.* index.php
Printable View
1) è possibile accedere al db information_schema di mysql?
2)perchè questo .htaccess non funziona su altervista:??
Options FollowSymLinks
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^.* index.php
Modificalo in:
Codice PHP:
#Options FollowSymLinks
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^.* index.php
grazie, ma niente da fare
sempre errore 500 Internal Server Error
così sembra funzionare
Options FollowSymLinks
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteBase /
RewriteRule ^.* index.php