Skip to content

Commit b374f64

Browse files
committed
sync files from server into repo
1 parent 7de39cf commit b374f64

3 files changed

Lines changed: 23 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
.env
1+
.env
2+
.ftpquota

.htaccess

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
RewriteEngine On
2+
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
File renamed without changes.

0 commit comments

Comments
 (0)