• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Host Rackspace Cloud Sites Subdomain on Dropbox with .htaccess

By Abhishek Ghosh January 14, 2012 12:18 pm Updated on January 14, 2012

Host Rackspace Cloud Sites Subdomain on Dropbox with .htaccess

Advertisement

Previously, we published on how use and host Rackspace Cloud Sites for WordPress. So, you already know how to add a domain on Rackspace Cloud Sites. Adding subdomain on Rackspace Cloud Sites works in the same way. If we want to add demo.thecustomizewindows.com, we will use the same method mentioned in the paragraph “Preparation phase 2” in the previous article. Simply adding a new subdomain (demo.thecustomizewindows.com in our example) will add a new subdomain in your Rackspace Cloud Sites account. You can access it by using any SFTP software (WinSCP with keys for Windows).

 

Why we will host Rackspace Cloud Sites Subdomain on Dropbox

 

If you use this subdomain for some specific purpose, for example to allow users an interface to upload files or some other usage like using a form or poll or a profile page, this trick to host Rackspace Cloud Sites Subdomain on Dropbox works great as simply it saves the bandwidth and computing cycles.

 

What to remember not to do and to do while using? trick to host Rackspace Cloud Sites Subdomain on Dropbox

 

  • In order to respect the policies of The Rackspace Cloud and Dropbox, do not use this trick to host Rackspace Cloud Sites Subdomain on Dropbox for serving warez, adult sites etc.
  • Do not use this trick?to host Rackspace Cloud Sites Subdomain on Dropbox to index your articles?- it is actually violates Google’s expected webmasters’ rules as it will work as a doorway pages – it is a black hat SEO.
  • We have already written on how to create .htaccess file in Windows 7.

Steps to?host Rackspace Cloud Sites Subdomain on Dropbox with .htaccess

 

You have already created the subdomain on Rackspace, if not go ahead and create one :
Host Rackspace Cloud Sites Subdomain on Dropbox with
Use any plan (you can not point to third party domain from the control panel) and use?Linux / Apache / PHP and nothing needed to be added more and done.

Advertisement

---

 

Final steps to host Rackspace Cloud Sites Subdomain on Dropbox

What we actually going to show is to point towards a plain html file. So, we have modified the default Rackspace index file and uploaded it to dropbox public folder. It is?http://db.tt/zU61UPbg for us.

Now, we went to /<root>/demo.thecustomizewindows.com/web/content/ from our SFTP software ans simply created an .htaccess file there :

 

<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^demo.thecustomizewindows.com [nc]
rewriterule ^(.*)$ http://db.tt/zU61UPbg/$1 [r=301,nc]
</IfModule>

 

This is a 301 redirect. If you type demo.thecustomizewindows.com in your browser address bar and hit Enter, you will notice that, the url is going to dropbox – within a fraction of a second.

This is a well and good technique to?host Rackspace Cloud Sites Subdomain on Dropbox, but you must create a robots file and place it in the subdomain ( demo.thecustomizewindows.com in our case) to disallow Google Crawlers to index this subdomain.

Simply create a text file and name it robots.txt and write this :

 

# go away
User-agent: *
Disallow: /

 

Always add a nofollow to any hyperlink from your main domain towards this subdomain. So, we have learned how to host Rackspace Cloud Sites Subdomain on Dropbox to use simple HTML files or forms which will not use our bandwidth.
Signature

Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Host Rackspace Cloud Sites Subdomain on Dropbox with .htaccess

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

  • Installing WordPress on Rackspace Cloud Sites : Step by Step Guide

    Installing WordPress Rackspace Cloud Sites is very easy. However, Rackspace uses their own version of Control Panel. Here is full step by step guide.

  • Changing Data With cURL for OpenStack Swift (HP Cloud CDN)

    Changing Data With cURL For Object is Quite Easy in OpenStack Swift. Here Are Examples With HP Cloud CDN To Make it Clear. Official Examples Are Bad.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Market Segmentation in BriefSeptember 20, 2023
  • What is Booting?September 18, 2023
  • What is ncurses?September 16, 2023
  • What is JTAG in Electronics?September 15, 2023
  • iPhone 15 Pro Max Vs Samsung Galaxy S22/S23 UltraSeptember 14, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy