Results 1 to 13 of 13
Like Tree2Likes
  • 2 Post By alfa1

Does your CDN support include functionality for hosting avatars, profilepics, sigpics, attachments, albums and other user uploaded files?

This is a discussion on Does your CDN support include functionality for hosting avatars, profilepics, sigpics, attachments, albums and other user uploaded files? within the Pre-Sales Questions forums, part of the Announcements & Pre-Sales category; I have been running MaxCDN for quite a while and still hoping that they will release a solution for css, ...

  1. #1
    Member
    Real Name
    Alfa
    Join Date
    Aug 2009
    Posts
    74
    Liked
    7 times

    Does your CDN support include functionality for hosting avatars, profilepics, sigpics, attachments, albums and other user uploaded files?

    I have been running MaxCDN for quite a while and still hoping that they will release a solution for css, avatars, profilepics, sigpics, attachments, albums and other user uploaded files. Currently they do not offer this. CSS on CDN seems possible for vb 4.1, but not 3.8.6

    Does vbSEO offer such functionality?
    If not currently, then are there any plans to offer this in the near future?

    Many thanks for your time.

  2. #2
    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
    Maxcdn can run all of those things with the exception of attachments with simple replacement variables or by using the provisions offered in vbseo's control panel, provided they are in the file system, not the database. The vbseo method also supports attachments provided they are open for guests. We are partnered with maxcdn for the 3.6 gold release (coming soon).

  3. #3
    Member
    Real Name
    Alfa
    Join Date
    Aug 2009
    Posts
    74
    Liked
    7 times
    Very interesting. Thanks for your swift response.

    I forgot to mention that I do want to keep the files on my server and use a MAXCDN pull zone to serve the files to my users. Does that make a difference?

    As I understand it so far vbulletin only has 1 location to write files to, which is automatically the same location to read the files from. But with a pull zone, we need a location on my server to write the files to and another location (on the MAXCDN pull zone) to read the files from. Changing the vbulletin location for the file will change both the write and the read location. This is how I understand it. Am I mistaken? Could you please explain?

  4. #4
    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
    Yes, that is using a pull zone.

    You don't need to change ANYTHING on your folder structure at all, not do you change any file locations or write persmissions/etc.

    Your pull zone is your default .com.
    You can make a new pull zone if you want to get fancy and use special httpd.conf rules for caching/etc, ie, origin.site.com and that also points to home/site/public_html/ the same way site.com does.

    Using cnames, you can 'fake' any location you want.

    css.site.com
    is effectively the same as
    site.com/www.site.com
    when set up correctly.

    so,

    css.site.com/css/style.css is the same thing as
    site.com/css/style.css

    and so on. It's a mirror.

    The css subdomain/cname is blocked via the maxcdn robots file to stop dupe content issues.
    And an exception needs to be made for these cnames when using non-www to ww redirects, see
    [How to] Setup www.yourdomain.com or yourdomain.com (www vs. non-www) - With .htaccess 301 redirects - vBulletin SEO Forums for more info.

  5. #5
    Member
    Real Name
    Alfa
    Join Date
    Aug 2009
    Posts
    74
    Liked
    7 times
    Thanks for that information. Its very useful. Could you explain how you support attachments provided that they are open for guests? I understand that if an attachment is not open to guests, then it will not be possible for a CDN to pull the file. Do you mean that vbSEO enables all attachments that are visible to guests, to be server from the CDN?
    If so, then do you plan to code a solution for attachments that are not visible to guests?

  6. #6
    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
    It is currently an all-or-nothing system. Attachments must be public to use them on the CDN. This also applies to private forums as well.

    Perhaps in the future more permissions can be worked in to the actual re-writing of the attachment itself to see if it should be referenced via the CND url or locally, but this is not currently in production.

  7. #7
    Member
    Real Name
    Alfa
    Join Date
    Aug 2009
    Posts
    74
    Liked
    7 times
    Quote Originally Posted by Brian Cummiskey View Post
    It is currently an all-or-nothing system. Attachments must be public to use them on the CDN. This also applies to private forums as well.

    Perhaps in the future more permissions can be worked in to the actual re-writing of the attachment itself to see if it should be referenced via the CND url or locally, but this is not currently in production.
    It would be nice to see that function in the future.

    Thanks for your answers.

  8. #8
    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
    This is our first iteration of working with a CDN. as time goes on, it will improve.

  9. #9
    Member
    Real Name
    Alfa
    Join Date
    Aug 2009
    Posts
    74
    Liked
    7 times
    I think its great that you include website speed as part of SEO improvements. It gives a whole new dimension to your product. I hope that you will continue developments in this direction.
    Hoffi and DelDrago like this.

  10. #10
    Member
    Real Name
    Marcus Maciel
    Join Date
    Oct 2006
    Location
    Brazil
    Posts
    78
    Liked
    2 times
    alfa1,

    If you want to see i have All my albums, attachments, scripts js,css, avatars, images at Maxcdn using vbseo 3.6.0rc2 take a look Under-Linux.Org O Portal do Administrador de Sistemas

  11. #11
    Member
    Real Name
    Alfa
    Join Date
    Aug 2009
    Posts
    74
    Liked
    7 times
    How hard is it to configure that?

    How did you manage the attachments that reside in restricted forums?

  12. #12
    Member
    Real Name
    Marcus Maciel
    Join Date
    Oct 2006
    Location
    Brazil
    Posts
    78
    Liked
    2 times
    alfa1,

    It's builtin on 3.6.0 so it's easy.

    I don't have private forums..

  13. #13
    Member
    Real Name
    Alfa
    Join Date
    Aug 2009
    Posts
    74
    Liked
    7 times
    Quote Originally Posted by magmf View Post
    alfa1,

    It's builtin on 3.6.0 so it's easy.

    I don't have private forums..
    Ah I see.

    Your attachments do not display as being on your CDN btw. See:
    http://under-linux.org/attachments/f...-rbs-dude2-jpg

Similar Threads

  1. Albums and attachments broken
    By Tenstones in forum URL Rewrite Settings
    Replies: 10
    Last Post: 08-04-2010, 12:51 AM
  2. How do I move my avatars/profilepics/album/sig pics to CDN?
    By profanitytalker in forum General Discussion
    Replies: 3
    Last Post: 06-29-2010, 04:56 PM
  3. Uploaded vB Files, what do I do with .htaccess?
    By Savage X in forum General Discussion
    Replies: 2
    Last Post: 05-19-2008, 10:06 PM
  4. Reorganize Include Files
    By KirbyDE in forum vBSEO Features Archive
    Replies: 1
    Last Post: 02-28-2008, 12:16 PM
  5. Missing avatars, user profiles, and changed avatars, server load
    By CreationNation in forum Troubleshooting
    Replies: 10
    Last Post: 07-24-2007, 02:09 AM

Posting Permissions

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