404 not found page not working with my .htaccess

后端 未结 5 2347
面向向阳花
面向向阳花 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:20

    Try to uncomment line from httpd.conf in apache configuration.

    #LoadModule rewrite_module modules/mod_rewrite.so
    

    is uncommented:

    LoadModule rewrite_module modules/mod_rewrite.so
    

    Also restart apache

提交回复
热议问题