Adash/butler-bowdon3/master/blog/.htaccess - Htaccess File

Adash/butler-bowdon3/master/blog/.htaccess

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.54solar.com/$1 [R,L]
</IfModule>
# END WordPress

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, SERVER_PORT

Comments

Apache