Advertise your site: please click here.
Results 1 to 3 of 3

Thread: issue with default page check failing

  1. #1
    Just Joined
    Join Date
    Mar 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Did you find this post helpful? Yes | No

    Default issue with default page check failing

    do you know how I can force anything from [url]www.mydomain.com[/url] to go only to [url]www.mydomain.com/index.php[/url]
    so that I can avoid this error

    Default Page Check: FAILED
    You have not standardized your default pages meaning the following versions of your url return a 200/OK Header, which may cause duplicate content issues. The following extensions work:
    [url]www.mydomain.com[/url]
    [url]www.mydomain.com/index.php[/url]

  2. #2
    SEO Guru MOGmartin's Avatar
    Join Date
    Aug 2009
    Location
    London, UK.
    Posts
    937
    Thanks
    7
    Thanked 129 Times in 92 Posts
    Did you find this post helpful? Yes | No

    Default Re: issue with default page check failing

    in your .htaccess file add this:


    [PHP]
    Options +FollowSymLinks
    DirectoryIndex index.php

    RewriteEngine On
    RewriteBase /
    RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
    RewriteRule ^index\.php$ http://www.mydomain.com/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L][/PHP]

  3. #3
    Just Joined
    Join Date
    Mar 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Did you find this post helpful? Yes | No

    Default Re: issue with default page check failing

    that gets me an internal server error and the site can't be displayed

Visitors found this page by searching for:

default page check

standardized your default pages

You have not standardized your default pages meaning the following versions of your url return a 200OK Header which may cause duplicate content issues. The following extensions work:

You have not standardized your default pages

Default Page Check: FAILED You have not standardized your default pages meaning the following versions of your url return a 200OK Header which may cause duplicate content issues. The following extensions work:

You have not standardized your default pages meaning the following versions of your url return a 200OK Header

You have not standardized your default pages meaning the following versions of your url return a 200OK Header which may cause duplicate content issues.

standardize default pages

how to standardize default pagesDefault Page Check: FAILEDstandardize default pageYou have not standardized your default pages meaning the following versions of your url return a 200/OK Headerdefault page check seoYou have not standardized your default pages meaning the following versions of your url return a 200OK Header which may cause duplicate content issuesDefault Page Check: FAILED You have not standardized your default pages meaning the following versions of your url return a 200/OK Header which may cause duplicate content issues. The following extensions work:how to standardized your default pageshe default pages such as index.html or index.php are not standardizedYou have not standardized your default pages meaning the following versions of your url return a 200/OKYou have not standardized your default pages meaning the following versions of your url return a 200/OK Header which may cause duplicate content issues.You have not standardized your default pages meaning the following versions of your url return a 200/OK Header which may cause duplicate content issues. The following extensions work:

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •