fix apache config
This commit is contained in:
parent
8fe494b071
commit
f1e3c5ad49
@ -11,6 +11,10 @@
|
|||||||
ServerAdmin webmaster@localhost
|
ServerAdmin webmaster@localhost
|
||||||
DocumentRoot /app/src/api
|
DocumentRoot /app/src/api
|
||||||
|
|
||||||
|
# Rewrite rule to redirect /hcportal/src/api/ to /app/src/api/
|
||||||
|
RewriteEngine On
|
||||||
|
RewriteRule ^/hcportal/src/api/(.*)$ /app/src/api/$1 [L]
|
||||||
|
|
||||||
<Directory /app/src/api>
|
<Directory /app/src/api>
|
||||||
Options Indexes FollowSymLinks
|
Options Indexes FollowSymLinks
|
||||||
DirectoryIndex index.php
|
DirectoryIndex index.php
|
||||||
|
Loading…
x
Reference in New Issue
Block a user