Internal Server Error. Tutto Fixato ma non va!

4 contenuti / 0 new
Ultimo contenuto
Internal Server Error. Tutto Fixato ma non va!

Ho un dominio aruba e sto provando ad installare nella root drupal versione 6.6
ecco l'errore che mi da

Quote:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] 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.

Ho modificato il file .htaccess (scoprendo che questo problema era molto comune) in questo modo:

Quote:
#
# Apache/PHP/Drupal settings:
#

# Protect files and directories from prying eyes.

Order deny,allow
Deny from all

# Set some options.
# Options -Indexes
# Options +FollowSymLinks

# Customized error messages.
ErrorDocument 404 /index.php

# Set the default handler.
# DirectoryIndex index.php

# Override PHP settings. More exist in sites/default/settings.php, but
# the following cannot be changed at runtime. The first IfModule is
# for Apache 1.3, the second for Apache 2.
#
# php_value
magic_quotes_gpc
0
# php_value
register_globals
0
# php_value
session.auto_start
0
#

php_value
magic_quotes_gpc
0
php_value
register_globals
0
php_value
session.auto_start
0

# Reduce the time dynamically generated pages are cache-able.

ExpiresByType text/html A1

# Various rewrite rules.

RewriteEngine on

# Modify the RewriteBase if you are using Drupal in a
subdirectory and
# the rewrite rules are not working properly.
RewriteBase /

# Rewrite old-style URLs of the form 'node.php?id=x'.
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{QUERY_STRING} ^id=([^&]+)$
#RewriteRule node.php index.php?q=node/view/%1 [L]

# Rewrite old-style URLs of the form 'module.php?mod=x'.
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{QUERY_STRING} ^mod=([^&]+)$
#RewriteRule module.php index.php?q=%1 [L]

# Rewrite current-style URLs of the form 'index.php?q=x'.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]

# $Id: .htaccess,v 1.66 2005/03/20 19:15:00 dries Exp $

Niente da fare. Allora ho aggiunto il file php.ini

Quote:
memory_limit = 64M
register_globals = 0
track_vars = 1
short_open_tag = 1
magic_quotes_gpc = 0
magic_quotes_runtime = 0
magic_quotes_sybase = 0
arg_separator.output = "&"
session.cache_expire = 200000
session.gc_maxlifetime = 200000
session.cookie_lifetime = 2000000
session.auto_start = 0
session.save_handler = user
session.cache_limiter = none
allow_call_time_pass_reference = On
upload_max_filesize = 16M
post_max_size = 16M

Nulla, niente, non va.

Consigli? Non so proprio che fare...

Usa la ricerca, discussione affrontata molteplici volte!

Ciao
Marco
--
My blog
Working at @agavee

Mavimo forse non è il caso di mettere un link sticky in homepage per i problemi aruba ?.. Si stanno moltiplicando come le formiche questi thread...

@morxe:il problema è che la gente non legge ve posta direttamente, meno sbattimento che no dover andare a leggere le discussioni degli altri :|

Ciao
Marco
--
My blog
Working at @agavee