Ephigenia/ephFrame/master/public/.htaccess - Htaccess File

Ephigenia/ephFrame/master/public/.htaccess

# Main webroot htaccess file for ephFrame applications
# if you experience problems successive delete some of the parts
# ----------------------------------------------------------------------------

RewriteEngine On
# RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-s
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule  ^(.*)$ index.php [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache