I have a subfolder (domain.com/folder) and I'd like to create an Alias (CNAME) for it of folder.domain.com. However, I seem to be unable to find the relevant documentation.
Any hints or suggestions?
Thanks, Nick.
EDIT
constraints :subdomain => "connect" do
scope :module => "connect" do
# all the stuff i want to be in the subdomain
end
end
Getting uninitialized constant Connect
using http://connect.lvh.me:3000/apps
and No route matches [GET] "/apps"
for http://connect.localhost:3000/apps
What's going on here?