Results 1 to 12 of 12

refers to maxcdn

This is a discussion on refers to maxcdn within the General Discussion forums, part of the vBulletin SEO Discussion category; Is this true that the image refers to maxcdn? i use http://wiki.netdna.com/Implementation/vBulletin because with vBSEO , I can not. I ...

  1. #1
    Member
    Real Name
    trikke
    Join Date
    Sep 2006
    Posts
    94
    Liked
    0 times

    refers to maxcdn

    Is this true that the image refers to maxcdn?
    i use http://wiki.netdna.com/Implementation/vBulletin because with vBSEO, I can not.
    I paid maxcdn

    cdn.png

  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
    Yes, that refers to maxcdn, but you should REALLY set up a cname and follow our guide:
    How-To Set up your CDN

  3. #3
    Member
    Real Name
    trikke
    Join Date
    Sep 2006
    Posts
    94
    Liked
    0 times
    Quote Originally Posted by Brian Cummiskey View Post
    Yes, that refers to maxcdn, but you should REALLY set up a cname and follow our guide:
    How-To Set up your CDN
    Work not

    cname.png

  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
    You need to adjust your htaccess file to allow this subdomain. Click the link in that thread to the Making Exceptions heading on the www vs non-www article.

  5. #5
    Member
    Real Name
    trikke
    Join Date
    Sep 2006
    Posts
    94
    Liked
    0 times
    Work not

    php_value upload_max_filesize 30M
    php_value post_max_size 30M



    RewriteEngine On
    RewriteRule [^/]+/[^/]+-([0-9]+)\.html http://www.xxxxx.be/showthread.php?t=$1 [L,R=301]

    RewriteBase /

    RewriteCond %{HTTP_HOST} !^www\.xxxxx\.be
    RewriteRule (.*) http://www.xxxxx.be/$1 [L,R=301]
    RewriteCond %{HTTP_HOST} !(^www\.xxxxx.be\.com$|^cdn\.xxxxx\.be$)

    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]




    RewriteCond %{HTTP_USER_AGENT} ^baiduspider [NC]
    RewriteRule .* - [F]

    RewriteCond %{HTTP_USER_AGENT} ^naver [NC]
    RewriteRule .* - [F]


    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]

  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
    Code:
    RewriteCond %{HTTP_HOST} !^www\.xxxxx\.be
    RewriteRule (.*) http://www.xxxxx.be/$1 [L,R=301]
    RewriteCond %{HTTP_HOST} !(^www\.xxxxx.be\.com$|^cdn\.xxxxx\.be$)
    is not correct.

    use:

    Code:
     RewriteCond %{HTTP_HOST} !(^www\.xxxxx.be\.com$|^cdn\.xxxxx\.be$)
    RewriteRule (.*) http://www.xxxxx.be/$1 [L,R=301]

  7. #7
    Member
    Real Name
    trikke
    Join Date
    Sep 2006
    Posts
    94
    Liked
    0 times
    eror

    27-04-2011-18-50-22.png

    php_value upload_max_filesize 30M
    php_value post_max_size 30M



    RewriteEngine On
    RewriteRule [^/]+/[^/]+-([0-9]+)\.html http://www.xxxxx.be/showthread.php?t=$1 [L,R=301]

    RewriteBase /
    RewriteCond %{HTTP_HOST} !(^www\.xxxxx.be\.be$|^cdn\.xxxxx\.be$)
    RewriteRule (.*) http://www.xxxxx.be/$1 [L,R=301]



    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]




    RewriteCond %{HTTP_USER_AGENT} ^baiduspider [NC]
    RewriteRule .* - [F]

    RewriteCond %{HTTP_USER_AGENT} ^naver [NC]
    RewriteRule .* - [F]


    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]

  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
    What is the translation of that error message, and on what url does it appear?

  9. #9
    Member
    Real Name
    trikke
    Join Date
    Sep 2006
    Posts
    94
    Liked
    0 times
    Firefox has detected that the server's request for this address redirects in a way that will never end


  10. #10
    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
    Can you open a ticket with login details for further troubleshooting?

  11. #11
    Member
    Real Name
    trikke
    Join Date
    Sep 2006
    Posts
    94
    Liked
    0 times
    Quote Originally Posted by Brian Cummiskey View Post
    Can you open a ticket with login details for further troubleshooting?
    Ticket created

  12. #12
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    Replied your ticket
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

Similar Threads

  1. help with maxcdn
    By bollie in forum General Discussion
    Replies: 2
    Last Post: 08-06-2011, 09:57 PM
  2. MaxCDN account
    By kiksilog in forum Pre-Sales Questions
    Replies: 9
    Last Post: 05-14-2011, 11:01 PM
  3. questions on Maxcdn
    By Bridges in forum General Discussion
    Replies: 12
    Last Post: 03-24-2011, 09:02 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
  •