phpstudy Pseudo-static settings for php5.4 and above versions

不言
Release: 2023-03-24 08:20:02
Original
3255 people have browsed it

This article introduces the pseudo-static settings of phpstudy php5.4 and above. It has a certain reference value. Now I share it with you. Friends in need can refer to it

http: //www.thinkphp.cn/topic/35958.html

Default


RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]

The rule will cause No input file specified.## in apache fastcgi mode

#Modify to

RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]


It’s OK and the address is rewritten normally.            

The above is the detailed content of phpstudy Pseudo-static settings for php5.4 and above versions. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!