【发布时间】:2020-09-22 08:25:00
【问题描述】:
我想从主页 url 中删除 index.php
例如:https://url.com/index.php
变成
https://url.com/
并从其他文件中删除 .php 扩展名
例如:https://url.com/contact.php
变成
https://url.com/contact
【问题讨论】:
-
这能回答你的问题吗? Remove .php extension with .htaccess