Recent content by manu.hotmail58

  1. M

    Creating a custom 404 page?

    Adding lines in .htaccess will do the work, but the http server response code will be 302 (temp redirect) for non-existent pages. This will create a lower ranking in search engines, as they will index those as duplicate content. Instead go to "Error Pages" in control panel and select 404 error...
  2. M

    How to change your error pages?

    Adding lines in .htaccess will do the work, but the http server response code will be 302 (temp redirect) for non-existent pages. This will create a lower ranking in search engines, as they will index those as duplicate content. Instead go to "Error Pages" in control panel and select 404 error...
  3. M

    Creating a custom 404 page?

    Works Great! You may also add absolute path like: ErrorDocument 404 http://yourdomain.com/page.html
Top