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

ScienceWorldCA/domelights/master/web/frontend_api/.htaccess

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

Options FollowSymLinks

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache