asaokamei/Cena-DTA/master/demo/contactPhp/.htaccess - Htaccess File

asaokamei/Cena-DTA/master/demo/contactPhp/.htaccess

Options +FollowSymLinks
IndexIgnore */*

# no access for AmidaMVC's class files.
#<Files ~ "^_">
#  deny from all
#</Files>

# Turn on the RewriteEngine
RewriteEngine On
#  Rules

#for testing purpose, all files are hidden.
#for real site, activate following RewriteCond
#so that existing files can be served via Apache.

#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . _index.php
RewriteRule ^$ _index.php
RewriteRule ^/$ _index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache