IT-Cie/Mens-site/master/.htaccess - Htaccess File

IT-Cie/Mens-site/master/.htaccess

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On

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

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

# END WordPress
Redirect 302 /promotiebestand https://docs.google.com/spreadsheet/viewform?formkey=dDliUGxOSmFMVnJrYkxCb3ptMkQxblE6MQ
Redirect 302 /werkplekkenbestand https://docs.google.com/spreadsheet/viewform?formkey=dGlZY0xsdDh3OVQtNkFoWWtmQkVmR1E6MQ

On Github License

Files

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

Comments

Apache