janpecha/Todo-Manager/master/.htaccess - Htaccess File

janpecha/Todo-Manager/master/.htaccess

#presmerovani
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.*) ./index.php [L]

Options -Indexes

<Files .htaccess> 
order allow,deny 
deny from all 
</Files>

#ErrorDocument 404 ./index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache