bmforsythtech/CourseDrop/master/.htaccess - Htaccess File

bmforsythtech/CourseDrop/master/.htaccess

RewriteEngine On 
RewriteCond %{SERVER_PORT} 80 
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R,L]

RewriteRule ^cron/ - [F,L,NC]
RewriteRule ^import/ - [F,L,NC]
RewriteRule ^install/ - [F,L,NC]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_URI, SERVER_PORT

Comments

Apache