Home > Programming, Servers & Scripts >

Organising LPs on rackspace CDN (9)


07-16-2014 10:57 AM #1 craigm (Veteran Member)
Organising LPs on rackspace CDN

Right so I've just started using rackspace to host LPs and I'm a little confused.

You set up containers to host LPs but I see you can't nest folders like a traditional file system, this means you have to set up a container for each LP you want to upload.

Each of these containers will have their own URL.

What do you do? Do I CNAME an individual folder on my domain for each rackspace URL or do I just ignore domains and just use the rackspace URL?

Am I missing something completely obvious?


07-16-2014 12:04 PM #2 craigm (Veteran Member)

Right I've figured out you can just use a pseudo file structure by renaming your index.html files in a container to lp1/index.html, l2/index.html etc.

SO my only question is about how CNAME works,

www.mydomain.com CNAME rackspacecdndomain.com

in DNS records

will, www.mydomain.com/lp1/index.html resolve to rackspacecdndomain.com/lp1/index.html

?


07-16-2014 01:12 PM #3 craigm (Veteran Member)

Update, the answer is yes

You need to setup a sub-domain in case anyone is wondering

so, cdn.mydomain.com CNAME rackspacecdndomain.com

answered my own questions


07-16-2014 01:42 PM #4 yacht (Member)

Using cyberduck to connect to rackspace makes working with the files a lot easier. It lets you view/add/remove folders like any other FTP server.


07-16-2014 01:57 PM #5 craigm (Veteran Member)

Quote Originally Posted by redux View Post
Using cyberduck to connect to rackspace makes working with the files a lot easier. It lets you view/add/remove folders like any other FTP server.
yeah I've just been figuring out how to use it


07-17-2014 08:26 AM #6 zeno (Administrator)

Yes, don't use their interface, it's horrendous.

It uses a typical file structure as you would expect but in their interface it displays folder contents all in the same view e.g.

index.html
lander1\index.html
lander2\index.html
something\else\index.html

Obviously a bitch to read. I have found CyberDuck is the best for this. I had to download an older version of it because some new encryption/connection method it used wasn't letting it connect to my Rackspace files.


07-17-2014 10:17 AM #7 craigm (Veteran Member)

Quote Originally Posted by zeno View Post
Obviously a bitch to read. I have found CyberDuck is the best for this. I had to download an older version of it because some new encryption/connection method it used wasn't letting it connect to my Rackspace files.
I'm using the latest version and have no problem connecting


07-17-2014 02:17 PM #8 zeno (Administrator)

Yeah it is just a dick for me because FML, i'm sure you understand haha.


07-17-2014 02:50 PM #9 craigm (Veteran Member)

Of course, doesn't work > close down > start again > works again for some reason


Home > Programming, Servers & Scripts >