beebrain/Conferance/master/application/views/.htaccess - Htaccess File

beebrain/Conferance/master/application/views/.htaccess

RewriteEngine on
RewriteCond $1 !^(index.php|asserts|images|css|upload|fonts|js|robots.txt)
RewriteRule ^([^/]+)/?$ index.php?page=$1 [L,QSA]
    <IfModule mod_headers.c>    
      Header add Access-Control-Allow-Origin "*" 
    </IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache