nickpiesco/reneau-and-nick/master/.htaccess - Htaccess File

nickpiesco/reneau-and-nick/master/.htaccess

# Redirect to HTTPS
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

# Use path from Git
RewriteCond %{REQUEST_URI} !reneau-and-nick/
RewriteRule ^(.*)$ /reneau-and-nick/$1 [L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, HTTPS, REQUEST_URI

Comments

Apache