k2310/e_shot_learning/master/site/htdocs/.htaccess - Htaccess File

k2310/e_shot_learning/master/site/htdocs/.htaccess

SetEnv APP_ENV product
DirectoryIndex index.php
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule !.(pdf|ico|gif|jpg|png|css|html|xml|js)$ index.php

On Github License

Files

Download PDF of Htaccess file
ENV, REQUEST_FILENAME

Comments

Apache