wampserver 的默认首页设置

wampserver 首页顺序设置


<IfModule dir_module>
    DirectoryIndex index.php default.php index.html index.htm
</IfModule>

假设 你的根目录是www 然后你装了一个wordpress,wordpress目录在www下。也就是你希望当网址是www.aaa.com的时候,进入的是www.aaa.com/wordpress/index.php

可以设置成 index.php /wordpress/index.php index.html index.htm

原文地址:https://www.cnblogs.com/wang2650/p/8580543.html