×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
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.