littleguga/tasks.php/master/.htaccess - Htaccess File

littleguga/tasks.php/master/.htaccess

###
# If you are going to use this in web - leave it uncomment
# if you are going to use this local - comment/delete 3 lines below
<files "task.json">
deny from all
</files>
###

Options -Indexes

AddDefaultCharset utf-8
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^(.*)$ $1.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache