Skip to content

Commit e5b88fa

Browse files
committed
Add htaccess
1 parent 39b7631 commit e5b88fa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.htaccess

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)