Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将我的虚拟主机上的所有 http 请求转发到我的 apache 服务器文档根目录中的 index.php 文件。
以下 .htacess 文件会这样做吗?
RewriteEngine On RewriteRule . index.php
RewriteEngine On RewriteRule ^(.*)$ index.php