我想要实现的目标:
只希望能够从别名目录
的根目录执行index.php尝试:
RewriteCond %{REQUEST_FILENAME} !index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ https://<host>:<port>/<alias>/index.php [NC,R,L]
这不会将任何子目录中的index.php重定向到alias / index.php