Привет! Всё, вроде, настроил правильно. Прописал в hosts
127.1.0.1 site.local
в файле \xampp\apache\conf\extra\httpd-vhosts.conf прописал
<VirtualHost 127.1.0.1:80>
DocumentRoot d:\xampplite\htdocs\site.local\www
ErrorLog d:\xampplite\htdocs\site.local\logs\error_log.txt
<Directory d:\xampplite\htdocs\site.local>
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
перезапускаю апач, загружаю в браузере страницу site.local, мне отвечает сервер:
Access forbidden!
You don't have permission to access the requested directory. There is either no index document or the directory is read-protected.
If you think this is a server error, please contact the webmaster.
Error 403
Не подскажите в чём может быть проблема, где ещё поднастроить, чтобы открыть доступ? Спасибо.
_____________
void x;