[pmwiki-users] I need a little help with lower-case clean URLs

2011-11-17 Thread redisthecat
Hi. Does anybody know how can I get clean URLs in lower-case, like http://mysite.com/main/homepage; instead of http://mysite.com/Main/Homepage; ? Here's my .htaccess file: # Use mod_rewrite to enable Clean URLs for a PmWiki installation. RewriteEngine On # Define the rewrite base. RewriteBase

Re: [pmwiki-users] I need a little help with lower-case clean URLs

2011-11-17 Thread ABClf
You may want to write your own $MakePageNamePatterns ; http://www.pmwiki.org/wiki/Cookbook/AlternateNamingScheme should help you. Excerpt : Beware, if you do NOT uppercase the first letter of your pagenames, the wiki will stop recognizing them as files, and you will need to alter the variables:

Re: [pmwiki-users] I need a little help with lower-case clean URLs

2011-11-17 Thread ABClf
Hi Rod, Maybe try this one : http://www.pmwiki.org/wiki/Cookbook/CaseCorrection ? It looks like it does what you are looking for : CaseCorrection handles mistakes of case in PmWiki addresses (eg. homepage instead of HomePage) by looking for a case-insensitive match in all of a wiki's pages. If a

Re: [pmwiki-users] I need a little help with lower-case clean URLs

2011-11-17 Thread ABClf
Hi Rod, You may want to reply to all (including pmwiki list) when replying ; lot of users here are more experienced than me and could share better ideas (or may be interested in your solutions). Gilles. 2011/11/17 redisthe...@lavabit.com: Oh, thank you very much for this, seems just perfect!

Re: [pmwiki-users] Problem displaying MySQL queries

2011-11-17 Thread Nicolas Poulain
2011/11/17 Peter Bowers pbow...@pobox.com: On a quick glance through I don't see anything obvious that would cause your symptoms.  Therefore, the next step is to trace out your script and see exactly what is happening.  I have put several echo statements in above -- by carefully analyzing the