Hi, all.

I have this setting in Apache httpd.conf:

----<----
Alias /abc /var/www/abc/
----<----

So in webpy code, i should use this in html form:

----<----
<form action="/abc/action.py" method="post">
----<----

How can i make webpy add '/abc' prefix automatic like this:

----<----
<form action="/action.py" method="post">
----<----

So that i don't care the 'Alias' setting in httpd.conf.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to