appwrite-template/public/api/.htaccess

6 lines
118 B
ApacheConf
Raw Normal View History

2022-12-18 17:00:19 +00:00
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]