Viewing 15 replies - 1 through 15 (of 44 total)
  • Thread Starter cheaplt

    (@cheaplt)

    I think it could be a redirect problem.

    this url works: http://cheaplolteams.com/sitemap.xml
    but the one Google is attempting to connect to is: http://www.cheaplolteams.com/sitemap.xml

    This problem recently came about and the only plugin i recently installed was BPS. hope you can help me out with this =(.

    Thread Starter cheaplt

    (@cheaplt)

    wow what the heck, when i visit my website using the ‘www.’ it brings me to some random page i’ve never seen… http://www.cheaplolteams.com/

    Plugin Author AITpro

    (@aitpro)

    I have confirmed that I do see your sitemap.xml file when I do not use the www prefix. I can also view your site without the www prefix. Using the www prefix displays a generic search results page. This generic page could be generated by your Host automatically when they think that you have not created your website yet. Sort of like a temporary placeholder page.

    Try adding www to non-www htaccess rewriting code to BPS Custom Code.
    http://forum.ait-pro.com/forums/topic/htaccess-redirect-www-to-non-www-htaccess-redirect-non-www-to-www/#post-5566

    Plugin Author AITpro

    (@aitpro)

    And check DNS settings in your web host control panel. You should see a CNAME alias for www. if you do not see that then add it.

    Edit: looks like you have an A record so maybe it has something to do with Cloudflare.

    [host] => cheaplolteams.com
    [type] => A
    [ip] => 50.87.146.167
    [class] => IN
    [ttl] => 300
    
    [host] => www.cheaplolteams.com
    [type] => A
    [ip] => 50.87.144.22
    [class] => IN
    [ttl] => 287
    Thread Starter cheaplt

    (@cheaplt)

    currently i have my my WWW CNAME set to Pagespeed servers by google.

    Plugin Author AITpro

    (@aitpro)

    huh? Not sure what that means?

    Plugin Author AITpro

    (@aitpro)

    Yeah a TXT record but why a CNAME record?

    Thread Starter cheaplt

    (@cheaplt)

    This possibly could be a problem with Google because since im sending my C NAME domain to Google’s server. Wouldn’t they have ultimate control over whether or not i have www redirecting the non-www in my url?

    Thread Starter cheaplt

    (@cheaplt)

    this is what Google told me to do.

    Dear Webmaster,

    Thank you for your interest in PageSpeed Service.

    We found that your site is already setup with CloudFlare. You can setup PSS on top of CloudFlare and receive benefits of both the CDN’s. To setup PSS on top of CloudFlare for ”www.cheaplolteams.com” please follow the below steps :

    (1) Log into the CloudFlare DNS Manager and create the ‘cheaplolteams.com’ A record and point it to your Host IP address. Make sure that CloudFlare is disabled for this DNS record. (The record is disabled when the cloud is grey)

    (2) CNAME http://www.cheaplolteams.com to ‘pagespeed.googlehosted.com’. If you would like to receive the benefits of both CloudFlare and PSS, make sure that CloudFlare is enabled for this DNS record. (The record is enabled when the cloud is orange) If you would like to only receive the benefits of PSS, you can disable CloudFlare for this DNS record.

    We have also included a link to the PageSpeed Service setup instructions: https://developers.google.com/speed/docs/pss/setup#cname. Once you are done configuring changes, you can visit http://www.whatsmydns.net/#CNAME/www.cheaplolteams.com to check whether the DNS changes you have made during setup have propagated.

    Plugin Author AITpro

    (@aitpro)

    Yeah I was just checking this and I had never heard of anything like this before. I guess make sure you have done all of the other things that are required.

    Record Type Host Points to
    A @ 1.2.3.4
    A origin 1.2.3.4
    CNAME www pagespeed.googlehosted.com

    If you have an existing DNS A-record for your serving domain, say www.example.com, delete it so that www.example.com has only the CNAME-record that you just added (pointing to pagespeed.googlehosted.com). You should not delete any other DNS records associated with your site.

    Thread Starter cheaplt

    (@cheaplt)

    my hosting provider told me to switch my CNAME back to ‘cheaplolteams.com’ because that why im my www isn’t redirecting me. should i still apply your htaccess method?

    Plugin Author AITpro

    (@aitpro)

    Well see what happens after just doing the DNS CNAME change. Normally www and non-www resolve to the same IP/domain name.

    Plugin Author AITpro

    (@aitpro)

    hmm interesting. I was not sure what “origin” meant and this is what that is for:

    PageSpeed Service will send requests to the origin domain with the Host header set to match your primary domain. You should not expose the origin domain origin.example.com to avoid receiving any direct traffic.

    Plugin Author AITpro

    (@aitpro)

    I think when you set this up you would have to use your domain name without “www” or else this problem will occur.

    https://developers.google.com/speed/pagespeed/service/setup

    Thread Starter cheaplt

    (@cheaplt)

    okay i setup up the origin and the ‘@’ is already setup it is basically “@” is a special record – it’s the same as just “domain.com” (in this case, cheaplolteams.com)

Viewing 15 replies - 1 through 15 (of 44 total)
  • The topic ‘Xml Sitemap’ is closed to new replies.