前景提要
HDC调试需求开发(15万预算),能者速来!>>>
刚配ci,还没开始就摔倒了。已在/application/config里设了base_url为http://localhost:8081/。我的改了默认端口为8081,非ci的php页面运行正常。apache启动正常
服务器类型: MySQL 服务器版本: 5.6.24 - MySQL Community Server (GPL) 协议版本: 10 服务器字符集: UTF-8 Unicode (utf8) Apache/2.4.12 (Win32) OpenSSL/1.0.1l PHP/5.6.8
现在不管是controllers/Welcome.php或view的页面均显示403禁止访问。
已经试过在apache的httpd.conf下的
AllowOverride none
Require all denied
改成
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from allow
又试过改成
Order deny,allow
Allow from all
均无效,仍旧403。
完全不懂,求打救。