首先打开FileZilla Server Interface,Edit-Users,Shared folders,设置你的主目录,比如:

c:\1

点Set as home dir。
然后添加其他你要虚拟的目录,添加好后,在目录上右键,选Edit aliases。
输入完整目录,比如你这个[……]

阅读全文

新装的xampp遇到这种情况,如下处理即可:

xampp\Apache\conf\httpd.conf

搜索

    AllowOverride none
Require all denied

注释掉前两句,修改为这样:

    #AllowOverride none

阅读全文