We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b7631 commit e5b88faCopy full SHA for e5b88fa
.htaccess
@@ -0,0 +1,9 @@
1
+RewriteEngine on
2
+
3
+RewriteCond %{HTTPS} !=on
4
+RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
5
6
+RewriteCond %{HTTP_HOST} ^landviz.nl$ [NC,OR]
7
+RewriteCond %{HTTP_HOST} ^www.landviz.nl$
8
+RewriteCond %{REQUEST_URI} !public/
9
+RewriteRule (.*) /public/index.php [L]
0 commit comments