Sunday, June 23, 2019

Script for not found page redirect using htacess

Using the .htacess file you can redirect your page to not found page.
 
Follow this step....
  => Create 404 page.
=> Ad the code in htaccess file.
              404 page in htaccess code :
               ErrorDocument 404 /404.html
=> Save the file and upload.


No comments:

Post a Comment