-
SAMPLE PAGE CODE:
EXPECTED:
browser to be redirected to the page.
OBSERVED:
empty page, no redirection.
ENV:
SuSE 10.3, Python 2.5.1, Apache/2.2.4 (Linux/SUSE)
2009-07-10 04:20:43 UTC by dromanov
-
'form_example.pyhp' defines form action as
action="/form_example.pyhp?form=get"
If example is located in a subfolder, this action will address a wrong folder.
Fix:
action="form_example.pyhp?form=get"
Diff is
4c4
<
---
>
Fixed example is in...
2009-07-09 09:52:44 UTC by nobody
-
javanx committed revision 60 to the PyHP - The Python Hypertext Preprocessor SVN repository, changing 1 files.
2009-06-25 15:15:00 UTC by javanx
-
javanx committed revision 59 to the PyHP - The Python Hypertext Preprocessor SVN repository, changing 1 files.
2009-06-25 15:10:01 UTC by javanx
-
fsoft committed revision 58 to the PyHP - The Python Hypertext Preprocessor SVN repository, changing 38 files.
2009-06-12 20:35:12 UTC by fsoft
-
javanx committed revision 57 to the PyHP - The Python Hypertext Preprocessor SVN repository, changing 3 files.
2009-05-28 09:56:09 UTC by javanx
-
javanx committed revision 56 to the PyHP - The Python Hypertext Preprocessor SVN repository, changing 1 files.
2009-05-27 17:15:46 UTC by javanx
-
fsoft committed revision 55 to the PyHP - The Python Hypertext Preprocessor SVN repository, changing 1 files.
2009-05-26 07:29:42 UTC by fsoft
-
fsoft committed revision 54 to the PyHP - The Python Hypertext Preprocessor SVN repository, changing 2 files.
2009-05-20 10:24:26 UTC by fsoft
-
fsoft committed revision 53 to the PyHP - The Python Hypertext Preprocessor SVN repository, changing 27 files.
2009-05-07 14:15:50 UTC by fsoft