Zarthus/zarth.us-1.0/master/zarth.us/.htaccess - Htaccess File

Zarthus/zarth.us-1.0/master/zarth.us/.htaccess

RewriteEngine On

RewriteCond %{HTTP:CF-Visitor} '"scheme":"http"'
RewriteRule ^(.*)$ https://zarth.us/$1 [L]

# Set directory index to home.
DirectoryIndex home.php

# Remove file extension
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.*) $1.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache