当前位置:网站首页>Solve the problem of "no input file specified" when ThinkPHP starts
Solve the problem of "no input file specified" when ThinkPHP starts
2022-07-05 22:27:00 【Mu Yan duck】
solve thinkphp Startup time “No input file specified” The problem of
I'm learning thinkphp when , We can access the default index, But the new method cannot be accessed .
Inquire relevant information on the Internet and get , The use of PHP5.6 yes fast_cgi Pattern , And in some cases , Can't correctly identify path_info The error caused .
therefore , We need to find .htaccess file , Changed to the following
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]
</IfModule>
You can visit it normally
边栏推荐
- 科技云报道荣膺全球云计算大会“云鼎奖”2013-2022十周年特别贡献奖
- Comment développer un plug - in d'applet
- [agc009e] eternal average - conclusion, DP
- thinkphp5.1跨域问题解决
- Solutions for unexplained downtime of MySQL services
- FBO and RBO disappeared in webgpu
- 笔记本电脑蓝牙怎么用来连接耳机
- Metasploit(msf)利用ms17_010(永恒之蓝)出现Encoding::UndefinedConversionError问题
- Metaverse Ape上线倒计时,推荐活动火爆进行
- Oracle hint understanding
猜你喜欢
MCU case -int0 and INT1 interrupt count
Oracle advanced query
What changes has Web3 brought to the Internet?
Database tuning solution
2022软件测试工程师涨薪攻略,3年如何达到30K
boundary IoU 的计算方式
CA certificate trampled pit
Damn, window in ie open()
Storage optimization of performance tuning methodology
MySQL actual combat 45 lecture learning (I)
随机推荐
CA certificate trampled pit
Practice: fabric user certificate revocation operation process
Pl/sql basic case
Metasploit(msf)利用ms17_010(永恒之蓝)出现Encoding::UndefinedConversionError问题
等到产业互联网时代真正发展成熟,我们将会看待一系列的新产业巨头的出现
What changes has Web3 brought to the Internet?
Implementation technology of recovery
Matlab draws a cute fat doll
Oracle views the data size of a table
Implementing Lmax disruptor queue from scratch (IV) principle analysis of multithreaded producer multiproducersequencer
What if the files on the USB flash disk cannot be deleted? Win11 unable to delete U disk file solution tutorial
Learning of mall permission module
How to develop and introduce applet plug-ins
Metaverse Ape上线倒计时,推荐活动火爆进行
[error record] groovy function parameter dynamic type error (guess: groovy.lang.missingmethodexception: no signature of method)
Comment développer un plug - in d'applet
Postman核心功能解析-参数化和测试报告
科技云报道:算力网络,还需跨越几道坎?
When the industrial Internet era is truly mature, we will look at the emergence of a series of new industrial giants
[error record] file search strategy in groovy project (src/main/groovy/script.groovy needs to be used in the main function | groovy script directly uses the relative path of code)