Su un dominio recente, ho installato Drupal 7.9
Vado per attivare il Clean URL e non va.
Cerco in internet, arrivo qui e c'è un messaggio dello Staff del 2009 che dice di mettere il seguente codice. Che in ogni caso a me non funziona.
Non mi dà errore 500 ma il test del Clean URL fallisce sempre.
Chiedo se nel frattempo si sono trovate soluzioni con Aruba, perchè dà sempre sempre sempre problemi di queso tipo.
#
# Apache/PHP/site settings:
#
# Protect files and directories from prying eyes:
<Files ~ "(\.(conf|inc|module|pl|sh|sql|theme|engine|xtmpl)|Entries|Repositories|Root|scripts|updates)$">
order deny,allow
deny from all
</Files>
# Set some options
# non supportato da aruba
#Options -Indexes
# non supportato da aruba
#Options +FollowSymLinks
# Customized server error messages:
ErrorDocument 404 /index.php
# Set the default handler to index.php:
# non supportato da aruba
#DirectoryIndex index.php
# Overload PHP variables:
<IfModule mod_php4.c>
# If you are using Apache 2, you have to use <IfModule sapi_apache2.c>
# instead of <IfModule mod_php4.c>.
php_value register_globals 0
php_value track_vars 1
php_value short_open_tag 1
php_value magic_quotes_gpc 0
php_value magic_quotes_runtime 0
php_value magic_quotes_sybase 0
php_value arg_separator.output "&"
php_value session.cache_expire 200000
php_value session.gc_maxlifetime 200000
php_value session.cookie_lifetime 2000000
php_value session.auto_start 0
php_value session.save_handler user
php_value session.cache_limiter none
php_value allow_call_time_pass_reference On
</IfModule>
# Various rewrite rules
<IfModule mod_rewrite.c>
RewriteEngine on
# Modify the RewriteBase if you are using Drupal in a subdirectory and the
# rewrite rules are not working properly:
#### HO PROVATO ANCHE QUESTA RIGA NON CAMBIA NIENTE
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 URLs of the form 'index.php?q=x':
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
</IfModule>
# $Id: .htaccess,v 1.58 2004/10/09 20:41:49 dries Exp $
Apri un ticket di supporto dato che è dovuto alla configurazione dei loro server.
http://www.chromeos.eu
Ciao Tiziano, ho il tuo stesso problema.
Sei riuscito a risolvere per caso?
grazie
.. io non ci credo.. però ha funzionato..
http://drupal.org/node/1002832#comment-4182496
prova ad andare al link
www.tuosito.com/admin/config/search/clean-urls
invece che
www.tuosito.com/'?q='admin/config/search/clean-urls
ti si aprirà una pagina leggermente differente.. dove puoi spuntare l'attivazione dei clean url..
e...
funziona!
continuo a non crederci ;)
qualcuno sa il perché?
funziona anche su solodomini...
Grazie c stavo sbattendo la testa... :-)
ciao
Tz