WINDOWS+PHPSTUDY+APACHE+TP5 伪静态规则如何写
伪静态
http://abc.com/http://www.baidu.com
真实访问地址
http://abc.com/index.php/a/b/c/url/http://www.baidu.com
发现后只有要:号就会出错
Forbidden
You don't have permission to access /http://www.baidu.com on this server.
请问各位大大,如何解决以上问题
PS:MAC+MAMP 用同一个.htaccess文件是好的