当前位置:网站首页>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
边栏推荐
- 50. Pow(x, n). O(logN) Sol
- Performance testing of software testing
- Golang writes the opening chapter of selenium framework
- What if the files on the USB flash disk cannot be deleted? Win11 unable to delete U disk file solution tutorial
- 点到直线的距离直线的交点及夹角
- Wonderful review of the digital Expo | highlight scientific research strength, and Zhongchuang computing power won the digital influence enterprise award
- QT creator 7 beta release
- 数博会精彩回顾 | 彰显科研实力,中创算力荣获数字化影响力企业奖
- Matlab draws a cute fat doll
- 南京:全面启用商品房买卖电子合同
猜你喜欢

如何快速体验OneOS
![[error record] groovy function parameter dynamic type error (guess: groovy.lang.missingmethodexception: no signature of method)](/img/3e/34b45cd14f0302bb381efd244bc68f.jpg)
[error record] groovy function parameter dynamic type error (guess: groovy.lang.missingmethodexception: no signature of method)

Distance from point to line intersection and included angle of line

Livelocks and deadlocks of concurrency control

Recovery technology with checkpoints

Pl/sql basic syntax

What if the files on the USB flash disk cannot be deleted? Win11 unable to delete U disk file solution tutorial

Damn, window in ie open()

opencv 判断点在多边形内外

MCU case -int0 and INT1 interrupt count
随机推荐
Binary tree (II) -- code implementation of heap
Qtquick3d real time reflection
Type of fault
How to develop and introduce applet plug-ins
数据泄露怎么办?'华生·K'7招消灭安全威胁
How can Bluetooth in notebook computer be used to connect headphones
元宇宙中的三大“派系”
BFC block level formatting context
Leetcode simple question: check whether each row and column contain all integers
What if win11 is missing a DLL file? Win11 system cannot find DLL file repair method
Blocking protocol for concurrency control
What about data leakage? " Watson k'7 moves to eliminate security threats
QT creator 7 beta release
[groovy] mop meta object protocol and meta programming (Introduction to groovyobject interface | introduction to metaclass | implementation of class methods using groovyobject invokemethod)
Lightweight dynamic monitorable thread pool based on configuration center - dynamictp
119. Pascal‘s Triangle II. Sol
The simple problem of leetcode is to split a string into several groups of length K
Shelved in TortoiseSVN- Shelve in TortoiseSVN?
Win11 runs CMD to prompt the solution of "the requested operation needs to be promoted"
Golang writes the opening chapter of selenium framework