【发布时间】:2017-05-02 17:18:16
【问题描述】:
我想在从文件中删除 .php 后添加 url 的斜线结尾。 例如。 www.xyz.com/abc/
下面我用过.htaccess
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php**strong text**
【问题讨论】:
-
@DavinderKumar 不是重复的,因为这是之前的规则,这使得这变得不那么简单
-
在你的规则中使用
$1.php/。 -
我认为
**strong text**只是一个错字?!