可能重复:
如何将所有请求重定向到 index.php 并保留其他 GET 参数?
通过 index.php 重新路由所有 php 请求
假设我们有/var/www/someapp/index.php
脚本。现在,我们如何让 Apache 服务器发送所有对 URL 的请求,例如
http://somedomain.info/someapp/alpha
http://somedomain.info/someapp/beta
http://somedomain.info/someapp/beta/gamma
http://somedomain.info/someapp/epsilon/omega
...到那个index.php
脚本,我们如何从那个 PHP 脚本中检索完整路径?