netdust/ntdst-project/master/.htaccess - Htaccess File

netdust/ntdst-project/master/.htaccess

php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on

# For security reasons, Option followsymlinks cannot be overridden.
Options +FollowSymLinks

# Enables mod_rewrite
RewriteEngine on

RewriteCond  %{REQUEST_FILENAME}    !-f
RewriteCond  %{REQUEST_FILENAME}    !-d
RewriteRule  ^(.*)$                 index.php [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache