Erant-OldApp/public/.htaccess

11 lines
186 B
ApacheConf
Raw Normal View History

2022-09-08 07:19:43 +00:00
<Files "api/.env">
2022-07-13 20:44:10 +00:00
Order Allow,Deny
Deny from all
</Files>
2022-09-08 07:19:43 +00:00
RewriteEngine On
2022-07-13 20:44:10 +00:00
2022-09-08 07:19:43 +00:00
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]