【发布时间】:2018-03-28 14:30:18
【问题描述】:
我有一个这样的网址:
http://exemple.org/Connexion.php
我想要:
http://exemple.org/se_connecter.html。
但是没有名为se_connecter.html 的文件,我只想要重写,而不是重定向。
谢谢。
【问题讨论】:
-
你的问题不太清楚。您希望用户更改浏览器中的地址而不将他们重定向到新地址,还是希望在
http://exemple.org/Connexion.php上显示名为se_connected.html的文件的内容? -
我希望用户更改浏览器中的地址,而不会将他们重定向到新地址。
标签: php nginx url-rewriting