我正在使用WAMP服务器,我是新手。
目前,我在 但是,当您将浏览器地址设置为 我不想要这个。 当用户指向 / www / mySite code>下有很多脚本。
我已将
/ www / mySite code>设置为wamp服务器的默认位置。 p>
http:// myIPAddress code>时,它会自动显示
/ www / mySite 下的文件列表 代码>。 p>
http:// myIPAddress code>时,我希望它直接指向
http://myIPAddress/main_login.php code>。 我如何实现这一目标? p>
div>
I am using WAMP server, and I am a novice.
Currently, I have many scripts under /www/mySite
.
I have set /www/mySite
as my default location for the wamp server.
However, when you set the browser address to http://myIPAddress
, it automatically shows a list of files under /www/mySite
.
I don't want this. When the user points to http://myIPAddress
, I want it to point directly to http://myIPAddress/main_login.php
. How do I achieve this?