Results 1 to 2 of 2

None WWW with CDN not working ...

This is a discussion on None WWW with CDN not working ... within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; Hello . I am using MAXCDN and my forum is none www . When I redirect www to none www, ...

  1. #1
    Junior Member
    Real Name
    Xdrive
    Join Date
    Jul 2010
    Posts
    23
    Liked
    0 times

    None WWW with CDN not working ...

    Hello .

    I am using MAXCDN and my forum is none www .

    When I redirect www to none www, after a short time it's redirect cdnimage to alhnuf.com !

    this is an example :
    http://cdnimage.alhnuf.com/hanof/navbits_start.gif

    and this is my .htaccess :
    PHP Code:
    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On

    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums/)
    # RewriteBase /

    RewriteCond %{HTTP_HOST} ^www.alhnuf\.com$ [NC]
    RewriteRule ^(.*)$ http://alhnuf.com/$1 [R=301,L]

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

    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
    Please what to do ?

  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

Similar Threads

  1. CRR not working in vB4
    By jmottle in forum Custom Rewrite Rules
    Replies: 3
    Last Post: 05-03-2010, 02:41 AM
  2. CCR Not working
    By Martyn in forum Custom Rewrite Rules
    Replies: 4
    Last Post: 03-21-2010, 01:06 AM
  3. Ok So I Don't Think vb SEO is working for me.
    By Attila in forum General Discussion
    Replies: 4
    Last Post: 04-29-2008, 07:53 PM
  4. Working?
    By legionofangels in forum Analysis: Traffic & SERPS
    Replies: 17
    Last Post: 01-07-2008, 04:31 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
  •