Have you tried checking the apache access log to see what the effect of the rewrite rules are, and checked if your apache config allows these options in the .htaccess files?
I'm afraid I havn't had much luck with the cleanURL's myself: The times i've half-heartedly tried to fix clean url's I've ended up realising I'd have to change security rules in the apache config file for the site, and since I don't know enough about the security issues, I haven't been able to summon up the effort to take care of it. On Feb 22, 5:26 am, 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. > > > > 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 -~----------~----~----~----~------~----~------~--~---
