how do redirect page, if the page does not exists using .htaccess file?
Hi, Just you need to set in ErrorDocument. If the page not found it will redirect to 404.html file. ErrorDocument 404 /404.html