Answer the question
In order to leave comments, you need to log in
How to limit visibility to not above DocumentRoot ?
Good day.
There is a server on win. On it apache24 (Path: C:/Server/Apache24)DocumentRoot "C:/Server/web/"
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot "C:/Server/web/192.168.1.111/"
ServerName 192.168.1.111:80
ErrorLog "C:/Server/web/logs/assada-error.log"
CustomLog "C:/Server/web/logs/assada-access.log" common
<Directory C:/Server/web/192.168.1.111>
Options Includes Indexes FollowSymLinks
AllowOverride All
Allow from all
</Directory>
</VirtualHost>
<? include('../../../index.php');
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question