Joomla.it Forum
Joomla! 2.5 (versione con supporto terminato) => Joomla! 1.6/1.7/2.5 => : folletto85 25 Jan 2013, 13:47:13
-
Salve, ho modificato il file htaccess in modo da eliminare l index.php nel seguente modo:
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
RewriteRule .* index.php [F]
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_URI} !^/index\.php
RewriteCond %{REQUEST_URI} /component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|raw))$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php [L]
il tutto ha funzionato fino a poco fa ora mi da il seguente errore:
Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, info@altervista.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
-
Leggi qui:
http://forum.joomla.it/index.php?topic=171182.0 (http://forum.joomla.it/index.php?topic=171182.0)
Così dovresti risolvere, spero. ;D
-
ciao, si ho seguito la procedura che mi hai detto te già in precedenza ma funziona solo per l home page...
Se apro qualsiasi pagina del menu viene fuori:
Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, info@altervista.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.More information about this error may be available in the server error log.Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
il sito in questione è www.potenzaopen.it! Chi mi aiuta????
-
c è qualcuno che mi riesce ad aiutare??? :D
-
ciao, si ho seguito la procedura che mi hai detto te già in precedenza
---------------------------------------------------------------------------------------------
Il post dice anche:
Cerca la voce Options +FollowSymLinks e modificala anteponendo un cancelletto #Options +FollowSymLinks
-
si già avevo fatto anche questo ma mi da lo stesso l errore! il tutto funziona solo sull homepage... se clicco qualsiasi voce del menu mi da errore :o