• Resolved ADUpchurch

    (@adupchurch)


    Two days ago I set-up and account with Google PageSpeed Service. Everything was working fine until this morning and viewed my PageSpeed account and got this error:

    Enabled Warning! Redirect detected

    I just the FAQ’s Page, and I see this:

    When your full domain, http://www.example.com, has a 301 (or 302) redirect to your bare domain, example.com, customers who try to access http://www.example.com will instead load example.com, bypassing PageSpeed Service (PSS) and going directly to your servers. As a result, none of your pages are optimized by PSS (because they are loading example.com via your servers). To receive the benefits of PSS, you must remove the 301 redirect from your full domain to your bare domain. Here are some tips to remove the redirect in common web hosting software:

    Apache: Open your .htaccess file, and search for the string “301”. Delete the corresponding line after you have verified that it is the correct line.
    WordPress: If you have a redirection plugin, please consult the instructions associated with your plugin. Otherwise, open your .htaccess file, and search for the string “301”. Delete the corresponding line after you have verified that it is the correct line.
    PHP: Search and remove the following lines from your code base:
    Header (“HTTP/1.1 301 Moved Permanently”);
    Header (“Location: http://example.com”);

    Note: Replace http://example.com with your domain.
    IIS: In internet services manager, right click on the file or folder for your full domain. Select the radio titled “A directory located on this computer”

    I ended up just downloading a Redirection Plugin for wordpress.

    Source URL:
    Target URL:

    I just don’t know what exactly to put in there. Can anyone help me?

  • The topic ‘Google PageSpeed Service’ is closed to new replies.