Wpisując u mnie na localhost
http://localhost/randka/profile wyskoczy mi profil

A np już na serwerze:LINK jest


http://www.back-end.abc-seriale.pl/
http://www.back-end.abc-seriale.pl/profile <- juz nie wejdze nie znaleziono pliku .
Plik htacces
# Turn on URL rewriting RewriteEngine On # Installation directory #RewriteBase / # Protect hidden files from being viewed <Files .*> Order Deny,Allow Deny From All </Files> # Protect application and system files from being viewed RewriteRule ^(?:application|modules|system)\b.* index.php/page/$0 [L] # Allow any files or directories that exist to be displayed directly RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # Rewrite all other URLs to index.php/URL RewriteRule .* index.php/page/ [PT]
RewriteRule .* index.php/page/ [PT] <------------- Gdzie chodzi mi o tą linijke możliwe że serwer ovh jest tak ustawiony żęby wyszukiwał tylko fizycznych plików



