0
我想從文件中刪除.php後添加URL的斜槓末端。 例如。 www.xyz.com/abc/使用.htaccess從文件中刪除.php後添加URL的斜槓末端
我用下面的.htaccess
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php**strong text**
http://stackoverflow.com/questions/29548556/的可能的複製replace-php-extension-with-slash-using-htaccess –
@DavinderKumar不是一個重複,因爲它是以前的規則使這個不那麼直接 – Lissy
[Htaccess的可能重複:添加/刪除從URL後面的斜槓](http:///stackoverflow.com/questions/21417263/htaccess-add-remove-trailing-slash- from-url) – Pehlaj