CloudDataService/Open-Quits/master/public_html/.htaccess - Htaccess File

CloudDataService/Open-Quits/master/public_html/.htaccess

# rewrite the dynamicness
RewriteEngine on
 RewriteCond $1 !^(index.php|css|img|scripts|resources|robots.txt)
 RewriteRule ^(.*)$ /index.php/$1 [L]
 RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache