1 parent 7de39cf commit b374f64Copy full SHA for b374f64
3 files changed
.gitignore
@@ -1 +1,2 @@
1
-.env
+.env
2
+.ftpquota
.htaccess
@@ -0,0 +1,21 @@
+RewriteEngine On
+
3
+RewriteRule ^\.htaccess$ - [F]
4
5
+RewriteCond %{REQUEST_URI} =""
6
+RewriteRule ^.*$ /public/index.php [NC,L]
7
8
+RewriteCond %{REQUEST_URI} !^/public/.*$
9
+RewriteRule ^(.*)$ /public/$1
10
11
+RewriteCond %{REQUEST_FILENAME} -f
12
+RewriteRule ^.*$ - [NC,L]
13
14
+RewriteRule ^public/.*$ /public/index.php [NC,L]
15
16
+# php -- BEGIN cPanel-generated handler, do not edit
17
+# Set the “ea-php83” package as the default “PHP” programming language.
18
+<IfModule mime_module>
19
+ AddHandler application/x-httpd-ea-php83___lsphp .php .php8 .phtml
20
+</IfModule>
21
+# php -- END cPanel-generated handler, do not edit
index.html public/index.htmlindex.html renamed to public/index.html
0 commit comments