- artikelveld: ht1
- artikel2veld: ht2
htaccess
aanpassen
# Begin rewrite rules to block scripts from running outside joomla control
RewriteCond %{REQUEST_URI} ^/images/ [NC,OR]
RewriteCond %{REQUEST_URI} ^/media/ [NC,OR]
RewriteCond %{REQUEST_URI} ^/logs/ [NC,OR]
RewriteCond %{REQUEST_URI} ^/tmp/
RewriteRule .*\.(phps?|sh|pl|cgi|py)$ - [F]
# End rewrite rules
#
##Rewrite to www and https
RewriteCond %{HTTPS} !=on
RewriteCond %{HTTP_HOST} ^www.domain.nl[nc]
RewriteRule ^(.*)$ https://domain.nl/$1 [r=301,nc]
##End rewrite to www and https