Mortek/groeieninbewustzijn/master/.htaccess - Htaccess File

Mortek/groeieninbewustzijn/master/.htaccess

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /

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

RewriteCond /home/deb57640n8/domains/intenceopleidingen.nl/public_html/wp-content/sitemaps%{REQUEST_URI} -f
RewriteRule .xml(.gz)?$ /wp-content/sitemaps%{REQUEST_URI} [L]

RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, HTTPS, REQUEST_FILENAME, REQUEST_URI

Comments

Apache