Windows 7 üzerinde çalışan bir XAMPP kurulumum var.
Httpd-vhosts.conf dosyasına bir VirtualHost ekler eklemez, 'normal' İYİ http://localhost
VE yeni dropbox.local
çalışmaz.
Benim eklediğim budur httpd-vhosts.conf
:
<VirtualHost *:80>
ServerAdmin postmaster@dummy-host.localhost
DocumentRoot "E:/Documenten/Dropbox/Dropbox/dummy-htdocs"
ServerName dropbox.local
ServerAlias www.dropbox.local
ErrorLog "logs/dropbox.local-error.log"
CustomLog "logs/dropbox.local-access.log" combined
</VirtualHost>
dropbox.local-error.log
Herhangi bir bilgi için aradım :
[Thu Feb 02 10:41:57 2012] [error] [client 127.0.0.1] client denied by server configuration: E:/Documenten/Dropbox/Dropbox/dummy-htdocs/
Bu hata,
<directory "E:/Documenten/Dropbox/Dropbox/dummy-htdocs">
Allow from all
</directory>
Ama şimdi bu hatayı alıyorum dropbox.local-error.log
:
[Thu Feb 02 10:45:56 2012] [error] [client ::1] Directory index forbidden by Options directive: E:/Documenten/Dropbox/Dropbox/dummy-htdocs/
Ayrıca erişmeye çalıştığımda, erişmeye çalıştığım zaman http://localhost
düzenli error.log
olmasına rağmen herhangi bir hata almıyorum error 403
.
Biri yardım edebilir mi? Beni deli ediyor: S
DÜZENLEME: Ayrıca httpd.conf
aşağıdakiler de var (birden fazla kez bahsettiğini gördüm, bu yüzden kimse söylemeden önce):
<IfModule dir_module>
DirectoryIndex index.php index.pl index.cgi index.asp index.shtml index.html index.htm \
default.php default.pl default.cgi default.asp default.shtml default.html default.htm \
home.php home.pl home.cgi home.asp home.shtml home.html home.htm
</IfModule>