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
![]()
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 ...
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
![]()
Yes, that refers to maxcdn, but you should REALLY set up a cname and follow our guide:
How-To Set up your CDN
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
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.
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
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]
is not correct.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$)
use:
Code:RewriteCond %{HTTP_HOST} !(^www\.xxxxx.be\.com$|^cdn\.xxxxx\.be$) RewriteRule (.*) http://www.xxxxx.be/$1 [L,R=301]
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
eror
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]
What is the translation of that error message, and on what url does it appear?
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Firefox has detected that the server's request for this address redirects in a way that will never end
Can you open a ticket with login details for further troubleshooting?
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
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