404 not found page not working with my .htaccess

后端 未结 5 2354
面向向阳花
面向向阳花 2021-02-10 16:25

I have below .htaccess on the server with the not found page rules but it doesn\'t seems to work. Any idea?

RewriteEngine on
RewriteRule ^article_detail/([a-zA-Z         


        
5条回答
  •  不要未来只要你来
    2021-02-10 17:10

    In your apache configuration, in the Directory section of your website, be sure that you are allowed to override the FileInfo directive.

    Somthing like

    AllowOverride FileInfo

    http://httpd.apache.org/docs/current/mod/core.html#errordocument

提交回复
热议问题