Hi guys,

This may have been asked before but I can't seem to find a reference
to it. I'm running the skeleton code at the moment and have this:

urls = (
  '/', 'index'
)

Which if i understand correctly calls the index class when a GET is
called on /

however is it possible to modify the code so that a GET on / when
using the URL http://example.com/ calls a different page to if you
access the same IP but via http://anothersite.com/

Any help would be greatly appreciated,

Thanks Ric

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to webpy@googlegroups.com.
To unsubscribe from this group, send email to 
webpy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to