attachment.php runs on your actual server , however the file is called within your CDN. Therefor CDN doesn't have any requirement to run PHP at all.
This is a discussion on CDN for attachments within the Bug Reporting forums, part of the vBSEO SEO Plugin category; attachment.php runs on your actual server , however the file is called within your CDN. Therefor CDN doesn't have any ...
attachment.php runs on your actual server , however the file is called within your CDN. Therefor CDN doesn't have any requirement to run PHP at all.
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
if run in my server why when I enable CDN for attachments the url for the attachment is from CDN and not for my server ? May be this is a Bug on 3.6.0 RC1 ?
It loads from CDN with the same reason as your images , css , js files are loading from CDN
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
Mert,
As I explained before this can't be equal.
As I told you images, css and js files have the same name on Server and on CDN. But attachments has extension .attach/.thumb that attachment.php need process to deliver correct file.
So we have a BIG difference here.
Hello,
attachment CDN option will only work with pull-type CDN services, where they retrieve attachment from your main server on first request and keep the file in own cache, using it for further requests. That's why URLs are matching regular vB/vBSEO URLs (that, and attachment permissions are the reason why attachment option is disabled by default).
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Oleg,
Do i need to configure anything on vbseo to make vbseo able to understand that maxcdn requests to server should resolve to my server and not to maxcdn ?
The only other thing is that attachments should be visible to guests (since they will be downloaded from CDN server side with login cookies).
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Thanks a lot Oleg you answered all my question.![]()
You are not currently showing as a vBSEO owner.
If you hold a valid license, please open a ticket with your tranasctionID from your payment receipt along with your forum URL so we can assign it to your account.
http://www.vbseo.com/support/
If you are working on behalf of someone else as a contractor, they need to add you to their Priority Support list:
http://www.vbseo.com/usercp/customer_profile/
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!
Does anyone have the replacement variable for the CDN of attachments?
Example we are using find for "href="clientscript" and replace with "href="http://cdn.homebrewtalk.com/clientscript"
Is there a similiar singular search/replace to CDN attachments?
You can create a replacement variable like following
href="attachment.php
with
href="http://cdn.homebrewtalk.com/attachment.php
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
And that works behind the scene or only with vBSEO?
Example I implemented it at WineMakingTalk which we are able to vBSEO but still running stock vB.
It shows attachments like this even with that replacement: http://www.winemakingtalk.com/forum/...1&d=1330485577
I implemented it on a vBSEO and it did not seem to change the visble URL either.
http://www.coffeeforum.com/forum/f9/...-machines-615/
The attachment image shows as:
http://www.coffeeforum.com/forum/att...msp1100948.jpg
Hello Alan ,
When i try using http://cdn.homebrewtalk.com/forum/at...1&d=1330485577 , it is auto redirected to http://www.homebrewtalk.com/attachme...ium-.jpg?stc=1 , The first issue you may need to solve is disable redirect for cdn.homebrewtalk.com to HomeBrewTalk.com - Beer, Wine, Mead, & Cider Brewing Discussion Community.
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