1)我们有一些代码可以在我们的本地Web服务器上正常工作,如下: http:// localhost / project1 / start.htm
2)此代码全部位于文件夹project1中。我们已经通过Filezilla将整个文件夹移动到了我们域的根目录,所以我们现在有:www.mydomain.com/project1
3)这是文件结构: project1(主文件夹) - > START.HTM project1(主文件夹) - > Player1(子文件夹) - > class.htm
4)当我输入网址时:http:// www.mydomain.com/project1/start.htm
It works fine and brings up the hyperlink "start the course"
5)当我点击“开始课程”时,我得到:
403权限被拒绝 您没有此请求的权限 /project1/Player1/class.htm
我在某处读到了我可能必须为.htaccess文件授予权限但我不确定这是问题还是如何继续。
答案 0 :(得分:0)
尝试使用chmod 755 for Player1及其下的文件/文件夹..