gaeasian...@gmail.com wrote:
Hi !

I'm new to Python. I'm having some difficulties to redirect the pages
using python. Every time when I redirect, the URL changed accordingly.

(Example : from   http://localhost:9999   to  
http://localhost/hello.py?name='J')

What's the Python way of implementing this ? Can anyone help me out on
this ?

What did you try so far? Hint: the redirect is done via Location: HTTP-Header. You can check all details in rfc2616, this is independend from the language you would use. Everything else depends on the framework you use.

Regards
Tino

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to