Step 1. Enable mod_rewrite on your Apache web server.
Step 2. Create .htaccess file in root directory.
Step 3. Redirect To Error/404.html When 404 Errors Comes in .htaccess file
ErrorDocument 404 http://yourdomain.com/404.html/
Step 4. Restart Apache Server
sudo service apache2 restart
Copyright ©2022 coderraj.com. All Rights Reserved.