Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

11 řádky
268 B

  1. SetEnv APPLICATION_ENV dev
  2. Options +FollowSymLinks
  3. IndexIgnore */*
  4. RewriteEngine on
  5. # if a directory or a file exists, use it directly
  6. RewriteCond %{REQUEST_FILENAME} !-f
  7. RewriteCond %{REQUEST_FILENAME} !-d
  8. # otherwise forward it to index.php
  9. RewriteRule . index.php