[Radiant] Dev and Prod URL
Bryan
haccontact at yahoo.com
Thu Aug 17 18:19:17 CDT 2006
Hi,
The dev and prod url feature is great. I had it working briefly until I
changed some settings in a lighttpd.conf file. Now it redirects
everything to dev.
Could you recommend a way to use it with a redirect like this?
(implemented to redirect domain to www.domain).
$HTTP["host"] =~ "^ushousingreport\.com$" {
url.redirect = (
"^/(.*)" => "http://www.ushousingreport.com/$1",
"" => "http://www.ushousingreport.com/"
)
}
Maybe an exception rule to the redirect for dev.ushousingreport.com?
Thanks,
Bryan
--
Posted via http://www.ruby-forum.com/.
More information about the Radiant
mailing list