如果项目文件不在根目录中,如何在Windows中配置xampp

时间:2012-02-22 16:51:38

标签: apache svn path xampp

我正在使用Windows。我的xampp安装在驱动器C中,首先我在我的文件中工作

 C->xampp->htdocs->SVN data->php_clients->trunks->myproject

但是对于 SVN 我现在复制粘贴我的所有文件SVN在这里配置

D->SVN data->php_clients->trunks->myproject

我在本地测试我的项目我的意思是在localhost中,首先是在

 C->xampp->htdocs->SVN data->php_clients->trunks->myproject

所以我能够工作,测试,更新现在我想在这里的文件中工作

 D->SVN data->php_clients->trunks->myproject

但问题是xampp什么是好的和简单的方式,所以我在这里工作并在本地工作localhost

D->SVN data->php_clients->trunks->myproject

1 个答案:

答案 0 :(得分:0)

go  here that is C:\xampp\apache\conf\httpd.conf 
open httpd.conf
Find This DocumentRoot "C:/xampp/htdocs" Edit this to 
DocumentRoot "D:/SVN data/php_clients/trunks/myproject"
after that find this tag
<Directory> and make it like this 
<Directory "D:/SVN data/php_clients/trunks/myproject">
Restart Your Apache go to browser write http://localhost in address bar and see your app