moje ftp wyglada tak: (w skrocie)
-gtn
--- index.php
--- .htaccess
-index.php
-.htaccess
Nie działa mi .htaccess w folderze "gtn".
plik: gtn/.htaccess
Kod
RewriteEngine On
RewriteRule ^index.html$ index.php [L]
RewriteRule ^home/$ index.php?id=home [L]
RewriteRule ^gry/$ index.php?id=gry [L]
itd...
plik: .htaccess
Kod
RewriteEngine On
RewriteRule ^index.html$ index.php [L]
RewriteRule ^zaloguj_sie/$ index.php?dzial=zaloguj [L]
RewriteRule ^wyloguj_sie/$ index.php?dzial=wyloguj [L]
itd...