Ciao a tutti ragazzi,

Come da titolo volevo chiedervi come mai quando provo ad installare il CMS SUbrion su altervista mi genera il seguente errore:

"Internal Server Error

The 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."

ho provato a cercare sul forum, ma non sono riuscito ad arrivare una conclusione, ma credo il problema sia nel file .htaccess, in quanto sul cms Joomla si era verficato lo stesso problema ad altri utenti.

In pratica ciò che ho fatto è caricare il pacchetto di installazione di Subrion nella cartella principale. Vi allego il mio file ht.access ed i requisiti del CMS:

" Subrion CMS requires your web server to meet the following minimum system requirements:

Linux/FreeBSD/Windows OS server platform
Apache 1.3 or above (mod_rewrite module installed)
MySQL 4.1 or above
PHP 5 or above (GD lib, XML lib, FreeType installed)"



FILE .HTACCESS:
# Uncomment the line below if you get 404 error on accounts page
Options -MultiViews

DirectoryIndex index.php

# compress text, html, javascript, css, and xml
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
</IfModule>

<IfModule mod_rewrite.c>
DirectoryIndex system.php

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !(.*)\.(.*)$
RewriteRule ^(.+[^/])$ http://%{HTTP_HOST}%{REQUEST_URI}/ [L,R=301]

# Google sitemap controller
RewriteRule ^sitemap.xml$ tmp/sitemap.xml [L]
RewriteRule ^tmp/sitemap.xml$ tmp/sitemap.xml [L]

RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(.*)(\.xml|\.php([0-9]*)|\.tpl|\.phtml|\.ini|\.inc|/)$ system.php?_p=$1 [QSA,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ system.php?_p=$1 [QSA,L]
</IfModule>


Vi ringrazio in anticipo,

Maurizio