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. On Sun, Feb 22, 2009 at 14:52, The Editor <[email protected]> wrote: > > Allister, this is one area, I'm no guru in. Here's a suggestion > someone else got to work: > > Options +FollowSymlinks > RewriteEngine on > RewriteRule ^boltwire/.*$ - [L] > RewriteRule ^(.*) field/index.php?p=$1 [QSA] > > For you it might be: > > Options +FollowSymlinks > RewriteEngine on > RewriteRule ^.*$ - [L] > RewriteRule ^(.*) shop/index.php?p=$1 [QSA] > > But like I say, I'm just shooting in the dark. Do report back if you > get it working. One of these days I need to switch my sites over to > cleanURL's! :) > > Cheers, > Dan > > P.S. You might find it easier to first get it working with shop in the > url. From my experience, things get more complicated when you try to > get rid of the field name too. It affects other kinds of things like > images and plugins, etc. Also, are you using subdomains or anything > like that on your hoster? That will also cause problem. > > > > -- Allister --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
