k-kato/modern/master/dist/.htaccess - Htaccess File

k--kato/modern/master/dist/.htaccess

Options -Indexes
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.cam-net.co.jp/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^.*/index.html
RewriteRule ^(.*)index.html$ https://www.cam-net.co.jp/$1 [R=301,L]

On Github License

Files

Download PDF of Htaccess file
SERVER_PORT, THE_REQUEST

Comments

Apache