sereepap2029/rcal/master/.htaccess - Htaccess File

sereepap2029/rcal/master/.htaccess

RewriteEngine on
RewriteCond $1 !^(index.php|css|assets|js|fonts|images|img|pdfs|captcha|media|robots.txt|ckeditor|vendors|bootstrap|ckfinder|flash|channel.html)
RewriteRule ^(.*)$ /index.php/$1 [L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /index.php HTTP/
RewriteRule ^index.php$ http://rcal/ [R=301,L]
Header set Access-Control-Allow-Origin "*"

On Github License

Files

Download PDF of Htaccess file
THE_REQUEST

Comments

Apache