On Sat, Feb 21, 2009 at 11:26 PM, Allister Jenks <[email protected]> wrote: > Hmmm. That didnt work either. I'm digging deep and trying to learn how > these things work. > > Can you tell me precisely what the $cleanURLs variable does to BW? > > I think the main problem I am foreseeing is '/' versus '.' in the nested > page names.
$cleanURL's tells BoltWire what kind of links to output, so they will match your intended rewrite pattern. $fieldURL's tells BOLTwire where things really are, mostly for system functions. At least that's the way I recall it. Did you try it requiring "shop" in the url? Actually, have you worked much with URL aliasing before? I'm not sure if the problem is BoltWire or your .htaccess. I'm inclined to think the latter. In which case finding a good tutorial on the apache rewrite engine may be in order. If you can find a couple, we should put links to them on the cleanURL documentation page for others to take advantage of. If you are pretty sure it's BoltWire that is glitching, I'll dig into it and see if I can't get it to work. I mostly use add-on domains which doesn't really work with url aliasing that well. Sorry I can't be much more help. I did warn you I'm not too strong on Apache. I might suggest this documentation page: http://www.pmwiki.org/wiki/Cookbook/CleanUrls. It's got a lot of information. BoltWire is modeled on the way PmWiki does CleanUrls, at least conceptually, to the best of my understanding. I never got it to work with PmWiki much either. Keep me posted, and if you can't make progress, I'll look into it some more on my end. Cheers Dan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" 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/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
