Ragazzi sono veramente ma veramente confuso...
Ho fatto delle prove in locale utilizzando questa guida e funziona tutto PERFETTAMENTE!!!
ho provato a traferlo sul mio hosting aruba con apache 2.0 e non funziona piu un emerita cippa >.<
Non so perche non vada, non so proprio ilperche, ho cercato in tutti i forum, da tutte le parti e nessuno che mi dia una risposta valida
Ho provato a fare delle cose veramente elementari. Ecco tutto:
Guardate:
www.stermi.net è il dominio ( NO SPAM che tanto il mio sito lo uso solo per test e non c'è nulla dentro >.< )
la pagina in questione è www.stermi.net/notizie.php
file .htaccess in root code:Codice PHP:
<?
if ( $_GET['id'] == 1 ) echo '2
';
?>
[url="http://www.stermi.net/notizie/1.html"] Not [/url]
dove sbaglio? se vado sul link http://www.stermi.net/notizie/1.html mi dice:Codice PHP:
RewriteEngine On
RewriteRule ^notizie/([^/]+).html notizie.php?id=$1 [L]
Not Found
The requested URL /notizie/1.html was not found on this server.
HELP