Redirect question

I have a web application that lives at

x.example.com/bla

but I need to make it available at

bla.x.example.com.

What is the easiest/best way to do this?

Status: 
Closed (fixed)

Comments

One option would be to do the following :

  1. Select x.example.com from the left menu, then go to Server Configuration -> Website Redirects
  2. Add a new redirect, with / as the source URL path and http://bla.x.example.com/ as the destination URL

Alternately, you could add a redirect from / to the /home/whatever/domains/x.example.com/public_html/bla directory.

Automatically closed -- issue fixed for 2 weeks with no activity.