Forums Index > Mewsoft Products > Auctionawy > Need Help with Directing.... urls
highland1 First Post Posted on: 03-18-10 07:42 PM
How Do you go from /cgi-bin/auction/auction.cgi to www.websitename.com??

Does anyone know how to get my site pointed from website.com/cgi-bin/auction.cgi to website.com and then you see the Auction Home page?? thanks..
mewsoft Reply #: 1 Posted on: 03-19-10 03:02 AM
Re: Need Help with Directing.... urls

See the index.shtml file that comes with the software, it exists withe the package after you unzip under the directory:

Unzip directory \mewsoft\auction\html\auctions

Anyway, it is just a file with one line text only:


Code: HTML
<!--#exec cgi="cgi-bin/auction/auction.cgi"-->

See also the file indexs.shtml which uses Javascript to redirect if your server does not support SSI or if you want to redirect from one domain to another domain:

It is also a file with this code:


Code: HTML
&lt;HTML&gt;<br />&lt;HEAD&gt;<br />&lt;TITLE&gt;&lt;/TITLE&gt;<br />&lt;META NAME=&quot;Keywords&quot; CONTENT=&quot;&quot;&gt;<br />&lt;META NAME=&quot;Description&quot; CONTENT=&quot;&quot;&gt;<br />&lt;/HEAD&gt;</p><p>&lt;BODY&gt;<br />&lt;SCRIPT LANGUAGE=&quot;JavaScript&quot;&gt;<br />&lt;!--<br />window.location.replace(&quot;<a href="http://www.mewsoft.com/cgi-bin/auction/auction.cgi">http://www.mewsoft.com/cgi-bin/auction/auction.cgi</a>&quot;)<br />//--&gt;<br />&lt;/SCRIPT&gt;<br />&lt;/BODY&gt;<br />&lt;/HTML&gt;


Mewsoft Support
www.mewsoft.com