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