Takie mało pytanko mnie zastanawia pisze seriws www na framework kohana i fajne jest to iż że.

Wpisując u mnie na localhost

http://localhost/randka/profile wyskoczy mi profil smile.gif

A np już na serwerze:LINK jest biggrin.gif mozna poklikać biggrin.gif

http://www.back-end.abc-seriale.pl/
http://www.back-end.abc-seriale.pl/profile <- juz nie wejdze nie znaleziono pliku .

Plik htacces

  1. # Turn on URL rewriting
  2. RewriteEngine On
  3.  
  4. # Installation directory
  5. #RewriteBase /
  6.  
  7. # Protect hidden files from being viewed
  8. <Files .*>
  9. Order Deny,Allow
  10. Deny From All
  11. </Files>
  12.  
  13. # Protect application and system files from being viewed
  14. RewriteRule ^(?:application|modules|system)\b.* index.php/page/$0 [L]
  15.  
  16. # Allow any files or directories that exist to be displayed directly
  17. RewriteCond %{REQUEST_FILENAME} !-f
  18. RewriteCond %{REQUEST_FILENAME} !-d
  19.  
  20. # Rewrite all other URLs to index.php/URL
  21. 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 questionmark.gif I nie da sie przekierować tego bo faktycznie page jest controllerem . a po wpisaniu całej scieżki w url http://www.back-end.abc-seriale.pl/index.php/page/profile jest ok. Więc to coś z ustawieniami serwera prawda questionmark.gif Dobrze mówię ? Kto biggrin.gif mnie oświeci biggrin.gif