ScienceWorldCA/domelights/master/web/dome_api/.htaccess - Htaccess File

ScienceWorldCA/domelights/master/web/dome_api/.htaccess

# Turn on the Apache RewriteEngine and route every request to the framework helper
RewriteEngine On
RewriteBase /dome_api/
RewriteCond %{REQUEST_FILENAME}  !-f
RewriteCond %{REQUEST_FILENAME}  !-d
RewriteRule .* index.php [L]

Options FollowSymLinks

Order deny,allow
Deny from all
Allow from 172.16.0.0/12 10.0.0.0/8 192.168.0.0/16 127.0.0.0/8

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache