当前位置:网站首页>yii2的安装之路
yii2的安装之路
2022-08-09 01:57:00 【Robin罗兵】
环境:win10、phpstudy8.1.1.2、yii2
一、采用apche、mysql伪静态设置
phpstudy: 网站->对应的网站->修改->伪静态 添加以下代码
Options +FollowSymLinks
IndexIgnore */*
RewriteEngine on
# if a directory or a file exists, use it directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# otherwise forward it to index.php
RewriteRule . index.php
二、采用ngix、mysql伪静态设置
phpstudy: 网站->对应的网站->修改->伪静态 添加以下代码
location / {
# Redirect everything that isn't a real file to index.php
try_files $uri $uri/ /index.php$is_args$args;
}
以上方法在笔记本的win10家庭中文版上测试成功,但是在台式机同样的环境下竟然没有成功,提示failed opend required。是不是台式机的win10专业版在ghost安装的时候是精简版的原故呢,网上没有找到任何答案
四、以下错误提示(竟然不是设置环境问题哦,而是确实没有vendor这个文件夹的文件,害我好找。也就是说当某种思路在网上确实找不到答案就需要换个思路了。一般网上都可以找到答案):
Warning: require(D:\wwwroot\www.a11.cc\web/../vendor/autoload.php): failed to open stream: No such file or directory in D:\wwwroot\www.a11.cc\web\index.php on line 7
Fatal error: require(): Failed opening required 'D:\wwwroot\www.a11.cc\web/../vendor/autoload.php' (include_path='.;C:\php\pear') in D:\wwwroot\www.a11.cc\web\index.php on line 7
边栏推荐
猜你喜欢
进程和线程
ICMP差错报告报文数据字段
JDBC技术(三)——使用Druid数据库连接池测试
德语翻译器在线翻译中文
力扣刷题记录8.1-----206. 反转链表
[Signal denoising] Based on Sage-Husa adaptive Kalman filter to realize the suppression of ocean wave magnetic field noise and the generation of ocean wave magnetic field noise with matlab code
LeetCode精选200道--双指针篇
力扣刷题记录4.1-----209. 长度最小的子数组
eladmin容器部署超详细过程
谷歌翻译下载-免费谷歌翻译软件下载
随机推荐
[C language brush questions] Application of fast and slow pointers in linked lists
How SEMRush finds keywords for advertising
力扣刷题记录5.1-----59. 螺旋矩阵 II
全文翻译:EDPB 基于设计和默认的数据保护指南
任务五 处理连续型数据
Mysql高级篇(逻辑架构和存储引擎)
史上最猛“员工”,疯狂吐槽亿万富翁老板小扎:那么有钱,还总穿着同样的衣服!
力扣刷题记录7.1-----707. 设计链表
Docker redis master-slave replication setup, the container cannot be started?
JDBC技术(三)——使用Druid数据库连接池测试
ffplay playback control
HCIP-R&S By Wakin自用笔记(3)OSPF之各类LSA及LSA更新规则
力扣刷题记录1.5-----367. 有效的完全平方数
typescript89-展示任务列表功能
使用百度EasyDL实现智能垃圾箱
D. Tournament Countdown
Go-10-模块与包
《LC刷题总结》——贪心
德语翻译器在线翻译中文
数字孪生+燃气管理,开启智慧燃气管理新模式