dimichspb/tickets/master/api/web/.htaccess - Htaccess File

dimichspb/tickets/master/api/web/.htaccess

Order Allow,Deny
Allow from all

#<IfModule mod_headers.c>
#   Header set Access-Control-Allow-Origin "*"
#</IfModule>

AddDefaultCharset utf-8

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache