For example i have page example.com/page1 But this page not available anymore.. Can I use .htacess to redirect the page to example.com ? Any idea..? You post appreciate.. Thanks..
Just add following: ErrorDocument 404 /index.php Add the above in the .htaccess which is in root (publich_html or htdocs) of your domain. If you have set index.htm as default then you will need to use it instead of index.php (which is just an example).