I want to change the root directory to point the directory to the following location:
C: \ Documents and Settings \ User \ My Documents [Documents] \ wamp
I know that I need to change the apache http.conf file in the following lines
DocumentRoot "c: / Documents and Settings / User / My Documents / [Documents] /"
However, it seems that the square brackets, except for [documents], cause the display of a forbidden error:
Forbidden
You do not have access / login / permissions on this server.
Can square brackets be used in a directory tree? [documents] are named for a specific purpose, and he must remain so. Otherwise, I will need a lot of transcoding.
What are the rules for pointing to a directory tree?
Thanks in advance.
source