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
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