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.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to