gerekli php app için sanal dizin asp yönlendirici?

1 Cevap php

Benim php uygulama için sanal bir dizin oluşturduk.

Now I get the "Directory Listing Denied This Virtual Directory does not allow contents to be listed."

Do I need to make some kind of dummy index.asp file that redirects (OR PREFERRED: just displays index.php) or how to solve this? I have restricted access to webserver, but index.php is set to be default

1 Cevap

IIS kullanıyorsanız varsayarsak, muhtemelen varsayılan dizin dosyası olarak index.php eklemek gerekir.

  1. Go to Start Menu -> Settings -> Control Panel -> Administrative Tools or possibly Start -> Control Panel -> Performance and Maintenance -> Administrative Tools

  2. "Internet Information Services" ya da "IIS" çift-tıklayın

  3. Soldaki ağacında, web sunucusu bilgisayar için klasörü açın, daha sonra yapılandırmak istediğiniz web sitesi için girdisini bulun

  4. Bu web sitesi sağ tıklayın ve "Özellikler" i seçin

  5. "Belgeler" sekmesine tıklayın

  6. Emin "Varsayılan Belge Enable" işaretli olduğundan emin olun

  7. "Ekle" yi tıklayın

  8. Index.php girin ve "OK"

  9. Tekrar "Tamam" ı tıklayın