[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
RE: [mv] Redirecting your URL
****** message to minivend-users from "larry" <larry@compwebtech.com> ******
-----Original Message-----
From: owner-minivend-users@minivend.com
[mailto:owner-minivend-users@minivend.com]On Behalf Of Ed LaFrance
Sent: Tuesday, March 14, 2000 8:52 AM
To: minivend-users@minivend.com
Subject: Re: [mv] Subtotal tag suddenly has stopped working
****** message to minivend-users from Ed LaFrance
<edlafrance@printexusa.com> ******
Dirc -
Are you certain that the minvend server is still running? Is there a DNS
problem, can you access the domain the catalog resides in? Try accessing
it by IP address instead. What is the URL to your site? What was the last
thing you did before this happened.
Is the cgi file for the catalog in cgi-bin. Check the file pemissions -
they should be 755 for outside access.
- Ed L.
At 08:30 AM 3/14/00 -0700, you wrote:
>****** message to minivend-users from "Evans, Dirc"
><dirc.evans@neonsoft.com> ******
>
>Minvend 3.14 on FreeBSD
>
For any one out there that would like to redirect your URL from the
index.html to the cgi-bin script... This works really well... as you can see
in this example if you type test.tomstoysonline.com, instead of getting the
index page you get the minivend script [Redirect /index.html
http://test.tomstoysonline.com/cgi-bin/index.cgi/index.html].... This will
have to go in your apache files, "httpd.conf"
Larry@compwebtech.com
<VirtualHost 208.36.38.21>
DocumentRoot /home/tomstoysonline/doc
ServerName test.tomstoysonline.com
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
ScriptAlias /cgi-bin/ /home/tomstoysonline/doc/cgi-bin/
Redirect /index.html
http://test.tomstoysonline.com/cgi-bin/index.cgi/index.html
</VirtualHost>
-
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list