Witam,
Mam problem ze stronką. Zgrałem sobie stronkę wraz z plikiem .htaccess z serwera www na komputer z linuxem (Ubuntu 7.10 i apache2).
Problem w tym że na komputerze domowym stronka nie chce działać, dostaje błąd:
Not Found
The requested URL /xxx/index/forgot/przypomnij_haslo.html was not found on this server.
Apache/2.2.4 (Ubuntu) PHP/5.2.3-1ubuntu6.2 Server at localhost Port 80
Plik .htaccess wygląda następująco:
RewriteEngine On
RewriteRule ^index/([^-]+)/([^-]+)/([^-]+).html$ index.php?id=$1&kod=$2&tytul=$3 [L]
Możecie mi jakoś pomóc??
Z góry dzięki za pomoc,
pozdrawiam North