uc-web/CHAMBING/master/.htaccess - Htaccess File

uc-web/CHAMBING/master/.htaccess

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l

RewriteCond $1 !^(index.php|resource|robots.txt)
RewriteRule ^(.*)$ index.php/$1 [L]
Header add Access-Control-Allow-Origin "*"

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache