我想在另一个目录中将wordpress安装到实际的DocumentRoot,以便我可以将其保留在版本控制下,但同时自定义我的wordpress网站。
所以我有一个像这样的目录布局
branches/
tags/
trunk/
index.php
wp-content/ < this is where I will have my customisations
vendors/
wordpress/ < this is svn co from wordpress repo
我可能在上面错误地设置了它,但我希望你能理解我想要实现的目标。我只想存储我的自定义我的回购,并从他们的回购中获得核心WP的东西。
答案 0 :(得分:1)
如果您正在使用* unix系统并将Document Root设置为“trunk”,请使用符号链接。
例如。 ln -s path/to/vendors/wordpress/wp-admin path/to/trunk/