cannot concatenate 'str' and 'list' objects
Chris Angelico
rosuav at gmail.com
Sat Sep 15 19:11:03 EDT 2012
On Sun, Sep 16, 2012 at 4:10 AM, Νικόλαος Κούρας <nikos.gr33k at gmail.com> wrote:
> ah yes in the index.html page yes...yes i totally forgot about that, that bwas before creating the python counter logging when i was thinking other ways of solving this matter.
So it's like I was saying, redundant. :)
> What about the htmlpage=broken issue?
The best fix would be to stop using the querystring to pass
information across the rewriterule. Research the Apache directive and
learn what you can do with it, and/or research CGI for ways of
learning the original URL.
ChrisA
More information about the Python-list
mailing list