Category: htaccess
-
How to create robots.txt file?
Robots.txt is a text (not html) file you put on your site to tell search robots which pages you would like them not to visit. Robots.txt is by no means mandatory for search engines but generally search engines obey what they are asked not to do. It is important to clarify that robots.txt is not…
-
error page using htaccess file
first create .htaccess file and save it. then write below code ErrorDocument 404 /404.html here 404 means when page not found then it occurs 404.html means that page which you want to display.
