I really hate to ask this question when there are 70 threads here
about this.

I have this error:
[Sat Jan 16 13:46:31 2010]
[error]
[client 127.0.0.1]
File does not exist: /data/smart/www/boltwire/field/main,
referer: http://smart/boltwire/field/

.htaccess file located in /field
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule ^(.*) boltwire/field/index.php?p=$1

I made a change, not sure what, and caused some type of crazy loop:
[Sat Jan 16 14:17:18 2010]
[error]
[client 127.0.0.1]
Request exceeded the limit of 10 internal redirects due to probable
configuration error. Use 'LimitInternalRecursion' to increase the
limit if necessary.
 referer: http://smart/boltwire/


I changed to this .htaccess code:
RewriteEngine On
Options FollowSymlinks
RewriteBase /
RewriteCond % !/field/files/(.*)\.
RewriteCond % !/boltwire/farm/img/(.*)\.
RewriteRule ^(.*)$ field/index.php?p=$1 [QSA,L]

which now produces this error:
[Sat Jan 16 14:19:18 2010]
[error]
[client 127.0.0.1]
File does not exist: /data/smart/www/field,
referer: http://smart/boltwire/


Im running in circles now so I would appreciate some help.
Thanks

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