前幾天建立了乙個虛擬目錄「test」,然後被我刪了,過幾天心血來潮,又建立了乙個「test」沒想到意外出現了,汗~~~~~寫了一年的程式了,還第一次遇上這種問題呢~~不過,很快就解決問題了,也挺開心的!
以下是錯誤頁面的截圖:
具體的解決方法為:
1。進入dos命令狀態
2。進入這個資料夾下:c:\inetpub\adminscripts
3。輸入cscript adsutil.vbs delete 「w3svc/1/root/xx 其中的xx就是我們這裡已經存在的別名,如上圖的「web」
這樣就算大功告成了~簡單吧
建立虛擬目錄
function criadiretoriovirtual byval vdirname as string,byval serverid as string,byval vdirpath as boolean as directoryentry dim newvdir as directoryen...
xampp apache建立虛擬目錄
1 用記事本開啟c windows system32 drivers etc hosts檔案,配置如下 127.0.0.1 phptest 注,如果在瀏覽器位址列輸入phptest被搜尋引擎導航到搜尋頁,請在前面加http 2 xampp control panel apache config ht...
Tomcat建立虛擬目錄
1.找到 tomcat home conf裡的server.xml檔案 2.在在和之間加上如下 嚴格區分大小寫,當path 時,此時的虛擬目錄直接為root http localhost 8080 引數 path 表示在瀏覽器中輸入http localhost 8080 虛擬目錄名 debug 示例...