URL重写Apache

时间:2019-01-31 13:58:56

标签: apache url-rewriting

我今天的问题是在本地沼泽中用apache重写URL。

我的页面类似:

localhost/TEST/index.php

我想要此页面:

localhost/TEST/index

我通过以下步骤:

Options +FollowSymLinks
RewriteEngine On
RewriteRule ^index$ /TEST/index.php [L,QSA,NC]

问题是当我键入localhost / TEST / index.php时,URL重定向到localhost / TEST / index

我该怎么办?

Thx

1 个答案:

答案 0 :(得分:0)

您解决问题了吗?如果没有,请尝试: RewriteRule ^Test/test$ Test/index.php [L]