Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; '16,': 0.03; "subject:' ": 0.07; 'python': 0.09; 'issue?': 0.09; 'sep': 0.09; 'apache': 0.13; 'charset:iso-8859-7': 0.15; 'directive': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'index.html': 0.16; 'redundant.': 0.16; 'url.': 0.16; 'wrote:': 0.17; 'fix': 0.17; 'received:209.85.214.174': 0.21; 'pass': 0.25; 'header:In-Reply- To:1': 0.25; 'creating': 0.26; 'am,': 0.27; 'logging': 0.27; 'forgot': 0.27; 'message-id:@mail.gmail.com': 0.27; 'subject:list': 0.28; 'cgi': 0.29; 'to:addr:python-list': 0.33; 'that,': 0.34; 'received:google.com': 0.34; 'solving': 0.35; 'received:209.85': 0.35; 'totally': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'page': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; 'information': 0.63; 'matter.': 0.65 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=xrELl5pToQKGxjQAXhWSLfdtY4Q4kAhjN9P/24miy0M=; b=cGLGtZ2hVPt2U+LhbTBEKUekyK+4ylgkGGyFxUQ3ozehjlxwvY384N342jSMlcRLZJ HptpaiCfH2eKuaWIv9NDmx+sqwHhIorUY718xsBsSLYnc361LzuEhA9hFbxvp9RqHFgS aI6aEktErV0IxpiEKVSRckSNuGwPtXkb9Lo38NfqdcZ1Sh3HBl8WnjJzjjjC3F03aHWJ 1q8V3Sgdg2fl7H5uT4Vj4j5csSv6Dj4Z0nWUfozquKkJr/PXPigMKnIj1qRuah6TXpG/ clkZol8c2kDwclqVrfIOxyjN5Hr4ci6SSbvrgzMhXHfC4f0JRx46uALGxtDD5qiGHY6m JdcQ== MIME-Version: 1.0 In-Reply-To: <8f4cfbe4-862d-4567-969d-b581ab415ea6@googlegroups.com> References: <071ad036-77ca-42d3-b68d-0dd3e3fac43e@googlegroups.com> <9c166e95-e70f-4294-833b-1071a24c6d6d@googlegroups.com> <65a098bd-4fc7-4df6-9436-3d084b810f22@googlegroups.com> <38625eb0-3072-44f8-98db-cf112c1f1159@googlegroups.com> <6d5a37e2-c7f4-440c-bff7-53298a367453@googlegroups.com> <2992b15f-2ca8-4a67-ad84-c22c06e8bd16@googlegroups.com> <8f4cfbe4-862d-4567-969d-b581ab415ea6@googlegroups.com> Date: Sun, 16 Sep 2012 09:11:03 +1000 Subject: Re: cannot concatenate 'str' and 'list' objects From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1347750666 news.xs4all.nl 6979 [2001:888:2000:d::a6]:53458 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:29277 On Sun, Sep 16, 2012 at 4:10 AM, =CD=E9=EA=FC=EB=E1=EF=F2 =CA=EF=FD=F1=E1= =F2 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=3Dbroken 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