Results 1 to 11 of 11

CDN Not Working

This is a discussion on CDN Not Working within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I added my CDN URL for MaxCDN inside of vbseo , and basically nothing except for text would load on ...

  1. #1
    Junior Member
    Real Name
    mcmoney
    Join Date
    Mar 2011
    Posts
    13
    Liked
    1 times

    CDN Not Working

    I added my CDN URL for MaxCDN inside of vbseo, and basically nothing except for text would load on my site.

    Upon further investigation all URL's in my source code looked messed up like this:


    <img src="tcf.kmi.netdna-cdn.comtcf.kmi.netdna-cdn.comimages/styles/candid/style/logoBlue.gif"

    So in that above code it for whatever reason is including the temp url twice.

    Any ideas?

    Thank you

  2. #2
    Junior Member
    Real Name
    mcmoney
    Join Date
    Mar 2011
    Posts
    13
    Liked
    1 times
    Okay I got it to work, tried the http:// and trailing / again and it worked this time, although many files are still pointing to the server instead of cdn.

  3. #3
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Please read through this thread:
    How-To Set up your CDN

  4. #4
    Junior Member
    Real Name
    Vito
    Join Date
    Aug 2009
    Posts
    16
    Liked
    0 times
    Quote Originally Posted by Brian Cummiskey View Post
    Please read through this thread:
    How-To Set up your CDN
    Brian this configuration is all new to me and im having some issues setting this up. I have used the standard setup using the vbseo setup and one pull zone however I cant get the custom vbseo and the pullzone ,cnames setup correctly. Any way to get some assistance from you guys on this please.

  5. #5
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Sure, what exactly isn't working with the set up and what do you have completed at this point?

    does cdn.yourdomain.com load your home page?

    if not, you need to double check the config of where the cname points on your server to the cdn.account.domain.com style url.
    if it does, then your server side is correct. If images/etc still don't load that way, it's possible you may need to add a path into your vbseo CP settings, ie instead of js.domain.com/ you may need to use js.domain.com/clientscript/ to get it pointing to the correct folder.

  6. #6
    Junior Member
    Real Name
    Vito
    Join Date
    Aug 2009
    Posts
    16
    Liked
    0 times
    Quote Originally Posted by Brian Cummiskey View Post
    Sure, what exactly isn't working with the set up and what do you have completed at this point?

    does cdn.yourdomain.com load your home page?

    if not, you need to double check the config of where the cname points on your server to the cdn.account.domain.com style url.
    if it does, then your server side is correct. If images/etc still don't load that way, it's possible you may need to add a path into your vbseo CP settings, ie instead of js.domain.com/ you may need to use js.domain.com/clientscript/ to get it pointing to the correct folder.

    Brian
    So this issue is that everything appears to work correctly BUT that that issue is that only images that are housed within the /forums directly are being pulled from cdn. I have other directories like /photopost that I would like to also be included.
    I am also using a CMS called vbportal kinda like vbadvanced that sites outside the /forums directory that would be nice to imclude images from that also if possible. I was told that I have to use the advance portion of the vbseo setup to make this work

  7. #7
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Our product only supports pages that are built via the vb engine directly. Photopost uses it's own template set. I'm not familiar with the other mod, but i imagine its the same.

    You may need to hardcode the templates in these other products directly, ie
    <img src="/images/....gif">
    to
    <img src="http://cdn.site.com/images/....gif">

  8. #8
    Junior Member
    Real Name
    Vito
    Join Date
    Aug 2009
    Posts
    16
    Liked
    0 times
    Quote Originally Posted by Brian Cummiskey View Post
    Our product only supports pages that are built via the vb engine directly. Photopost uses it's own template set. I'm not familiar with the other mod, but i imagine its the same.

    You may need to hardcode the templates in these other products directly, ie
    <img src="/images/....gif">
    to
    <img src="http://cdn.site.com/images/....gif">
    OK.. I am not sure how to do that though, any plans to make the SEO intergation to work with other product support rather then just the forum itself? Also I have another issue that was just brought to my attention by my members is that when I have the attachments checked in the VBSEO/CDN options checked all my members attachements are not showing up but rather the description of the image and of you click the description the attachment then opens. I do notice that the attachment is being pulled from cdn when the attachment option is enabled. If I uncheck the attachment option in the SEO/CDN settings then the attachment images shows and being pulled from the local server? What is this happening? I would like the attachment to be visible.

  9. #9
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    We can't alter other mods. They need to support vbseo in their product.

    I would recommend leaving attachments off for now. The CDN can't parse php and thus, permissions don't work. This is a known issue with no available fix at this time.

  10. #10
    Junior Member
    Real Name
    Vito
    Join Date
    Aug 2009
    Posts
    16
    Liked
    0 times
    Quote Originally Posted by Brian Cummiskey View Post
    We can't alter other mods. They need to support vbseo in their product.

    I would recommend leaving attachments off for now. The CDN can't parse php and thus, permissions don't work. This is a known issue with no available fix at this time.
    Awe OK and idea if this this will be fixed soon ?

  11. #11
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    At this point in time, it's not been conclusive that a fix is even possible with the way vb handles attachments currently.

Similar Threads

  1. Replies: 4
    Last Post: 09-27-2011, 02:33 AM
  2. Cms not working right
    By Vodkaholic in forum URL Rewrite Settings
    Replies: 3
    Last Post: 09-01-2010, 12:37 PM
  3. Am i doing this right ?? because its not working for me :(
    By Vodkaholic in forum Custom Rewrite Rules
    Replies: 6
    Last Post: 07-22-2010, 12:17 PM
  4. 2.2.0 Not working..?
    By ActorsForum in forum Troubleshooting
    Replies: 5
    Last Post: 11-09-2005, 01:09 PM

Posting Permissions

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