XAMPP 更换其它路径
打开安装路径:
xampp\apache\conf\httpd.conf
DocumentRoot “C:/xampp/htdocs”
<Directory “C:/xampp/htdocs”>
下边是更改后的路径
DocumentRoot “D:/Web”
<Directory “D:/Web”>
#Require all granted ---如果需要可以打开
Order allow,deny
Allow from all
xampp\apache\conf\extra\httpd-xampp.conf
DocumentRoot "D:/Web" --修改指定目录
重新启动apche