This does not work but perhaps you can see what I am attempting o accomplish here… I want the subdomain AND the request_uri to be values in a query string.
now, here is a perhaps trivial question… if I put in: foo.domain.com/bar
it works properly, but if I put in foo.domain.com/bar/smile
it breaks… is there a fancy way for me to include the possibility of multiple sub-directories in the one line? I thought they would all come and I could ‘explode’ them in the application, but apparently (.*) doesnt include “/”
(.*) matches anything and everything, and that also includes slashes. I’m 100% positive about that.
Are you sure there isn’t something else going on?
Incidentally, what does /bar/smile redirect to now? Or doesn’t it redirect at all?
ok… I inspected the images in google chrome and I see that they are now at /hub/images/frame etc… I am going to define their locations absolutely and perhaps that will fix it…