Well I figured it out ("Even a blind sow finds an acorn sometimes!") I
changed this: /OP/Recalls to /OP/RECALLS and it worked!!!!! Would not
have thought that directory names would need to be all uppercase, but
don't care now.
Thanks,
Jim Lowary
System Analyst, Salton Inc.
(573) 447-5500
JAMES LOWARY/MISTM/TMASTER/SALTON
09/21/2007 01:27 PM
To
web400@xxxxxxxxxxxx
cc
Subject
Re: WEB400 Digest, Vol 5, Issue 168
Well I went the route of doing a Directory "/Recalls" with an
index.html that has the Meta redirect tag.
<META HTTP-EQUIV="Refresh" CONTENT="0;
URL=
http://www.esalton.com/?loadMacro=template.mac/loadHtmlPage?htmlPage=recall.html">
If I call that that from a mapped drive it will redirect me, but if I
enter this a a url in the browser I get:
"You are not authorized to view this page"
I have in the config these entries to allow (I think) use of this
directory
<Directory /OP/Recalls>
Order Allow,Deny
Allow From all
</Directory>
And I can't find anyother place where I need to give any additional
authority, so I'm stumped (again).
Thanks again for your help!
Jim Lowary
System Analyst, Salton Inc.
(573) 447-5500
message: 4
date: Fri, 21 Sep 2007 08:53:54 -0500
from: "albartell" <albartell@xxxxxxxxx>
subject: Re: [WEB400] How do you do this?
The way I do this is to place an index.html file in folder /Joe that has a
redirect HTML meta tag redirect to the page I want them at.
Example: <META HTTP-EQUIV="Refresh" CONTENT="0; URL=Joe.html">
HTH,
Aaron Bartell
As an Amazon Associate we earn from qualifying purchases.