Browse Source

Added .htaccess to web api for standard configuration.

master
GRMrGecko 5 years ago
parent
commit
9cb2b59c08
  1. 6
      web-api/.htaccess

6
web-api/.htaccess

@ -0,0 +1,6 @@
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
Loading…
Cancel
Save