kgsi/gulp-initial-php/master/app/.htaccess - Htaccess File

kgsi/gulp-initial-php/master/app/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

AddType image/svg+xml .svg
AddType image/svg+xml .svgz
AddType application/x-httpd-php .php .html
AddHandler application/x-httpd-php .php .html
DirectoryIndex index.html index.htm index.shtml index.php index.cgi
AddOutputFilter INCLUDES .html .htm

On Github License

Files

Download PDF of Htaccess file
INCLUDES, REQUEST_FILENAME

Comments

Apache