Added .htaccess to web api for standard configuration.
This commit is contained in:
parent
4e21db37b1
commit
9cb2b59c08
6
web-api/.htaccess
Normal file
6
web-api/.htaccess
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
RewriteEngine On
|
||||||
|
RewriteBase /
|
||||||
|
RewriteRule ^index\.php$ - [L]
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
RewriteRule . /index.php [L]
|
Loading…
Reference in New Issue
Block a user