在安装好laravel之后打开报403错误

正在回答 回答被采纳积分+1

登陆购买课程后可参与讨论,去登陆

1回答
好帮手慕小尤 2019-12-25 19:08:46

同学你好,同学可尝试按照下方调整配置域名的内容。

<VirtualHost _default_:80>
ServerName    域名 
DocumentRoot "项目地址"
  <Directory "项目地址">
    AllowOverride All
    Order allow,deny
    Allow from all
  </Directory>
</VirtualHost>

打开PHPstudy然后点击【其他选项菜单】=》【打开配置文件】=》【vhosts-ini】,如下图所示:

http://img1.sycdn.imooc.com//climg/5e0342e80943915705180438.jpg

如果我的回答解决了你的疑惑,请采纳!祝学习愉快!

  • 提问者 精慕门8328450 #1
    <VirtualHost *:80> DocumentRoot "D:/phpstudy_pro/WWW/test_laravel" ServerName test.laravel.com ServerAlias test.laravel.com FcgidInitialEnv PHPRC "D:/phpstudy_pro/Extensions/php/php7.3.4nts" AddHandler fcgid-script .php FcgidWrapper "D:/phpstudy_pro/Extensions/php/php7.3.4nts/php-cgi.exe" .php <Directory "D:/phpstudy_pro/WWW/test_laravel"> Options FollowSymLinks ExecCGI AllowOverride All Order allow,deny Allow from all Require all granted DirectoryIndex index.php index.html </Directory> ErrorDocument 400 /error/400.html ErrorDocument 403 /error/403.html ErrorDocument 404 /error/404.html ErrorDocument 500 /error/500.html ErrorDocument 501 /error/501.html ErrorDocument 502 /error/502.html ErrorDocument 503 /error/503.html ErrorDocument 504 /error/504.html ErrorDocument 505 /error/505.html ErrorDocument 506 /error/506.html ErrorDocument 507 /error/507.html ErrorDocument 510 /error/510.html </VirtualHost> 这个是有了的,还是403
    2019-12-26 09:33:27
  • 提问者 精慕门8328450 #2
    解决了,把网站的首页改成public/index.php就可以了
    2019-12-26 09:51:57
问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
PHP典型功能与Laravel5框架开发
  • 参与学习           人
  • 解答问题       722    个

掌握开发中必备技能解锁缓存、支付,邮件和短信发送等高端接口运用,直击工作重难点,通过开发简书项目熟练掌握Laravel5的开发技术。完成以上三个阶段的学习,成为满足企业需求的开发工程师。

了解课程
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师