Hi all.

I'm finally getting around to installing my first copy of BoltWire.

I got it running just fine and then I tried to implement CleanURLs and it
just won't work for me.

My .htaccess file in the domain root reads:

Options +FollowSymlinks
RewriteEngine on
RewriteRule ^(.*) /shop/index.php?p=$1

My index.php in the 'shop' field reads:

<?php
$BOLTadmin='admin';
$cleanURL='http://rubberbanditstamps.location.org.nz/';
$fieldURL='http://rubberbanditstamps.location.org.nz/shop/';
include_once("../boltwire/barn/scripts/engine.php");

All the lines in these files are cut and pasted from the CleanURLs page and
then carefully edited with further cut and paste to eliminate typos.

Both files have 644 permissions.

Without the .htaccess there,
http://rubberbanditstamps.location.org.nz/shop/index.php works just fine.  I
even registered admin.

With .htaccess in place, I get a 500 Internal Server Error no matter whether
I put in the base URL or a page name with dots or slashes.

What am I missing?

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

Reply via email to