Cytat
<VirtualHost *:80>
ServerAdmin webmaster@travel.local
DocumentRoot "G:/htdocs/travel.local"
ServerName travel.local
ErrorLog "logs/travel.local-error.log"
CustomLog "logs/travel.local-access.log" common
</VirtualHost>
ServerAdmin webmaster@travel.local
DocumentRoot "G:/htdocs/travel.local"
ServerName travel.local
ErrorLog "logs/travel.local-error.log"
CustomLog "logs/travel.local-access.log" common
</VirtualHost>
Dodam, że konfiguracja z Xampp'a.
Przy wejściu przez przeglądarkę na http://travel.local (z uwzględnieniem wpisu w hosts - 127.0.0.1 travel.local) dostaję błąd 403.
Domyślam się, że problemem jest DocumentRoot w konfiguracji vhosta, ale co zrobić, żeby to zadziałało?
//edit
Cytat
<Directory "G:/htdocs/travel.local">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Require all granted
</Directory>
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Require all granted
</Directory>
Rozwiązało sprawę
Do zamknięcia.
