add htaccess to deployment

This commit is contained in:
aslan 2024-01-30 09:15:13 +03:00
parent 36579ed25f
commit 58c60a1d9b
1 changed files with 3 additions and 0 deletions

3
.htaccess Normal file
View File

@ -0,0 +1,3 @@
RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]