[.htaccess] Problema sNews 1.6
Ciao a tutti, ho scaricato da:
http://snews.solucija.com/
sNews 1.6 ma non mi funziona bene per colpa dell'.htaccess...
la cartella è questa: www.simsnews.altervista.org/sn/
Vi posto il codice:
Codice:
<IfModule mod_php4.c>
php_value session.use_trans_sid 0
</IfModule>
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
RewriteEngine On
#RewriteBase /sn
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*) $1 [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?category=$1 [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([a-z_]+)/([^/]+) index.php?category=$1&title=$2 [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([a-z_]+)/([^/]+)/([^/]+)/ index.php?category=$1&title=$2&commentspage=$3 [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([a-z0-9_-]+)/([0-9]+)/ index.php?category=$1 articlespage=$2 [L]
...mi aiutate?Grazie..ciao Davide :)
PS: Ho fatto una ricerca ma ho trovato questo: e non mi ha risolto niente :(
http://forum.it.altervista.org/cms-f...ltervista.html
===
Edit:...non vi ho detto..ma da: Errore 500