1

Im trying to setup a alias to dropbox using Xampp on windows 7.

I gave recursive full access permission to "Everyone" on C: and D: but I'm still getting a 403 Forbidden error on apache.

Dropbox is on C:\Users\João\Dropbox and Xampp is on D:\xampp

My alias is Alias /pp C:/Users/João/Dropbox/pp

The alias is working since I got a 403 and not a 404 error.

4

1 回答 1

2

这对我有用。

将符号链接到保管箱。在命令行提示符中

mklink /D D:\xampp\path-to-the-www-root C:\Users\João\Dropbox\YourProject

将 xampp 指向 www-root 中的目录并打开 FollowSymLinks(对于 Apache)

于 2013-05-13T11:11:46.173 回答