initial commit
This commit is contained in:
10
think.greaterchiangmai.com/.htaccess
Normal file
10
think.greaterchiangmai.com/.htaccess
Normal file
@@ -0,0 +1,10 @@
|
||||
RewriteEngine On
|
||||
|
||||
RewriteRule ^.well-known/ - [L,NC]
|
||||
RewriteCond %{HTTPS} !=on
|
||||
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
|
||||
|
||||
RewriteCond %{REQUEST_URI} !^/public/
|
||||
RewriteRule ^(.*)$ /public/$1 [L,QSA]
|
||||
|
||||
RewriteRule ^(.*)$ public/$1 [L]
|
||||
Reference in New Issue
Block a user