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