Remove .php extension with .htaccess

前端 未结 15 2157
一生所求
一生所求 2020-11-21 04:32

Yes, I\'ve read the Apache manual and searched here. For some reason I simply cannot get this to work. The closest I\'ve come is having it remove the extension, but it point

15条回答
  •  悲&欢浪女
    2020-11-21 04:56

    Here's a method if you want to do it for just one specific file:

    RewriteRule ^about$ about.php [L]
    

    Ref: http://css-tricks.com/snippets/htaccess/remove-file-extention-from-urls/

提交回复
热议问题