Erant-OldApp/public/api/.htaccess

6 lines
118 B
ApacheConf
Raw Permalink Normal View History

2022-10-08 11:48:28 +00:00
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
2022-10-19 08:19:43 +00:00
RewriteRule . index.php [L]