Why is there a problem with the URL redirection of the thinkphp Aliyun virtual machine? all the way to the home page, there is no local problem.

.htaccess file is as follows

Options All-Indexes
DirectoryIndex index.html index.php
< IfModule mod_rewrite.c >
RewriteEngine on
RewriteBase /
RewriteCond% {REQUEST_FILENAME}!-f
RewriteCond% {REQUEST_FILENAME}!-d
RewriteCond $1! ^ (visit | im | min | robots.txt)
RewriteRule ^ (. *) $index.php/$1 [QSA,L]
< / IfModule >

Mar.13,2021
Menu