killprd/tiwwocz/master/backend/web/.htaccess
# prevent directory listings Options -Indexes #IndexIgnore */* # follow symbolic links #Options FollowSymlinks RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # otherwise forward the request to index.php RewriteRule . index.php
Files
