Add parameter to allow for 2%F in URLs
This commit is contained in:
parent
497199febd
commit
91367404fe
|
@ -1,5 +1,6 @@
|
||||||
<VirtualHost *:8000>
|
<VirtualHost *:8000>
|
||||||
DocumentRoot /app/code
|
DocumentRoot /app/code
|
||||||
|
AllowEncodedSlashes On
|
||||||
|
|
||||||
ErrorLog /dev/stderr
|
ErrorLog /dev/stderr
|
||||||
CustomLog /dev/stdout combined
|
CustomLog /dev/stdout combined
|
||||||
|
|
Loading…
Reference in New Issue