questo è il file generato da seotoaster su altervista:
Codice PHP:
RewriteEngine on
RewriteBase /
#canonicalization do not remove!
RewriteCond %{HTTP_HOST} !^casinowebtech.altervista.org$
RewriteRule ^(.*)$ http://casinowebtech.altervista.org/ [R=permanent,L]
#end canonicalization
RewriteRule ^index\.html$ http://casinowebtech.altervista.org/ [R=permanent,L]
#301 redirect
#end 301
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*)$ index.php [L]
# # av:php5-engine
AddHandler av-php53 .php
La loro ultima frase nel installazione di seotoaster è:
Htaccess generation. The tricky part.
One .htaccess file is required to run seotoaster
and we are going to create it now.
In the install directory root:/.htaccess (
- handle all pretty URLs and 301 redirects.)
Some servers do not allow the use of htaccess files
Or simply need some special settings to handle mod-rewrite.
If you get a "500 error" when clicking next,
please check your hosting provider help files .htaccess.
quando apro il mio sito mi esce l'errore 500...
come devo intervenire?
grazie
Luca
EDIT:
ho notato che alla fine dell'installazione il php da php5 ripassa a php4...
sono dovuto rientrare e rimpostarlo su php5
EDIT:
naturalmente il problema non è risolto...vedo sempre la pagina con error 500!