2LVL/MyFirstLessonWithYii/master/.htaccess - Htaccess File

2LVL/MyFirstLessonWithYii/master/.htaccess

<IfModule mod_rewrite.c>
  # jeśli katalog lub plik istnieją, użyj ich 
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  # w przecwinym przypadku przekaż do index.php
  RewriteRule . index.php
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache