Mailing List Archive

Link trouble
Hello,
I have some questions for my interchange website.
If i write my url : www.secan.net instead to have:
http://www.secan.net/cgi-bin/construct/index.html , i only got www.secan.net
Can you please tell me why.
Because i found out if i write only www.webuildpcs.com , i got this url:
http://www.webuildpcs.com/cgi-bin/wbpcstore/index.html
That's i what i would like to have.

Thank' you for your help.
Link trouble [ In reply to ]
----- Original Message -----
From: "Lamine Ndiaye" <lamine@secan.net>
To: <interchange-users@lists.akopia.com>
Sent: Thursday, January 04, 2001 10:33 AM
Subject: [ic] Link trouble


> Hello,
> I have some questions for my interchange website.
> If i write my url : www.secan.net instead to have:
> http://www.secan.net/cgi-bin/construct/index.html , i only got
www.secan.net
> Can you please tell me why.
> Because i found out if i write only www.webuildpcs.com , i got this url:
> http://www.webuildpcs.com/cgi-bin/wbpcstore/index.html
> That's i what i would like to have.
>
> Thank' you for your help.
>
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
>
If you look at www.secan.net

You have the following redirect.
IF you are the Administrator you should know this
Good luck
Jerry

<HTML>
<HEAD>
<TITLE>webuildpcs.com - Retail computer hardware at wholesale
prices.</TITLE>
<SCRIPT language="JavaScript">
<!--
window.location="http://www.webuildpcs.com/cgi-bin/wbpcstore/index.html";
//-->
</SCRIPT>
</HEAD>
<BODY>
You are currently being redirected to our new site.<BR>
If your browser stalls please <a
href="http://www.webuildpcs.com/cgi-bin/wbpcstore/index.html">click
here!!!</a>
</BODY>
</HTML>
Link trouble [ In reply to ]
Go in your Browser and delete all 'Cashed files' and try again
I get a redirect with no problem.

----- Original Message -----
From: "Lamine Ndiaye" <lamine@secan.net>
To: <interchange-users@lists.akopia.com>
Sent: Thursday, January 04, 2001 10:33 AM
Subject: [ic] Link trouble


> Hello,
> I have some questions for my interchange website.
> If i write my url : www.secan.net instead to have:
> http://www.secan.net/cgi-bin/construct/index.html , i only got
www.secan.net
> Can you please tell me why.
> Because i found out if i write only www.webuildpcs.com , i got this url:
> http://www.webuildpcs.com/cgi-bin/wbpcstore/index.html
> That's i what i would like to have.
>
> Thank' you for your help.
>
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
>
Link trouble [ In reply to ]
Hi,

If you are using Apache as your webserver you can put a redirect rule in to
have www.secan.net/index.html redirect to the cgi-bin program. Here's the
rule that goes in the virtual host section of httpd.conf:

Redirect /index.html http://www.yourdomain.com/cgi-bin/yourcatname

Search the list for redirect and it will turn up a mailing to
redirect/rewrite everything so the user will not see the cgi-bin program in
the URL.

Good luck!
-Ron

----- Original Message -----
From: "Lamine Ndiaye" <lamine@secan.net>
To: <interchange-users@lists.akopia.com>
Sent: Thursday, January 04, 2001 10:33 AM
Subject: [ic] Link trouble


> Hello,
> I have some questions for my interchange website.
> If i write my url : www.secan.net instead to have:
> http://www.secan.net/cgi-bin/construct/index.html , i only got
www.secan.net
> Can you please tell me why.
> Because i found out if i write only www.webuildpcs.com , i got this url:
> http://www.webuildpcs.com/cgi-bin/wbpcstore/index.html
> That's i what i would like to have.
>
> Thank' you for your help.
>
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
Link trouble [ In reply to ]
You could also use the following

DirectoryIndex index.html
/cgi-bin/construct/index.html

Just make sure you have no idex.html file in the
server root.


--- Ron Phipps <takedown@cdsnet.net> wrote:
> Hi,
>
> If you are using Apache as your webserver you can
> put a redirect rule in to
> have www.secan.net/index.html redirect to the
> cgi-bin program. Here's the
> rule that goes in the virtual host section of
> httpd.conf:
>
> Redirect /index.html
> http://www.yourdomain.com/cgi-bin/yourcatname
>
> Search the list for redirect and it will turn up a
> mailing to
> redirect/rewrite everything so the user will not see
> the cgi-bin program in
> the URL.
>
> Good luck!
> -Ron
>
> ----- Original Message -----
> From: "Lamine Ndiaye" <lamine@secan.net>
> To: <interchange-users@lists.akopia.com>
> Sent: Thursday, January 04, 2001 10:33 AM
> Subject: [ic] Link trouble
>
>
> > Hello,
> > I have some questions for my interchange website.
> > If i write my url : www.secan.net instead to
> have:
> > http://www.secan.net/cgi-bin/construct/index.html
> , i only got
> www.secan.net
> > Can you please tell me why.
> > Because i found out if i write only
> www.webuildpcs.com , i got this url:
> >
>
http://www.webuildpcs.com/cgi-bin/wbpcstore/index.html
> > That's i what i would like to have.
> >
> > Thank' you for your help.
> >
> >
> > _______________________________________________
> > Interchange-users mailing list
> > Interchange-users@lists.akopia.com
> >
>
http://lists.akopia.com/mailman/listinfo/interchange-users
>
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
>
http://lists.akopia.com/mailman/listinfo/interchange-users


=====
-----------------------------
Gregg A. Fabbri



__________________________________________________
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/
Link trouble [ In reply to ]
You can also do the following.

Modify the following directive in your httpd.conf.
DirectoryIndex index.html /cgi-bin/construct/index.html

Make sure you remove the index.html for your server root. Now all requests
that do not specify a file will first look for index.html if not found send
them to your store front.

Keep in mind you may also have other directives such as "index.htm"
"index.php" ...
And I only used /cgi-bin/construct/index.html to illustrate the syntax. You
would of course need to use your own path to the store's home page.

-Gregg

-----Original Message-----
From: interchange-users-admin@lists.akopia.com
[mailto:interchange-users-admin@lists.akopia.com]On Behalf Of Jerry
Davis
Sent: Thursday, January 04, 2001 1:46 PM
To: interchange-users@lists.akopia.com
Subject: Re: [ic] Link trouble



----- Original Message -----
From: "Lamine Ndiaye" <lamine@secan.net>
To: <interchange-users@lists.akopia.com>
Sent: Thursday, January 04, 2001 10:33 AM
Subject: [ic] Link trouble


> Hello,
> I have some questions for my interchange website.
> If i write my url : www.secan.net instead to have:
> http://www.secan.net/cgi-bin/construct/index.html , i only got
www.secan.net
> Can you please tell me why.
> Because i found out if i write only www.webuildpcs.com , i got this url:
> http://www.webuildpcs.com/cgi-bin/wbpcstore/index.html
> That's i what i would like to have.
>
> Thank' you for your help.
>
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
>
If you look at www.secan.net

You have the following redirect.
IF you are the Administrator you should know this
Good luck
Jerry

<HTML>
<HEAD>
<TITLE>webuildpcs.com - Retail computer hardware at wholesale
prices.</TITLE>
<SCRIPT language="JavaScript">
<!--
window.location="http://www.webuildpcs.com/cgi-bin/wbpcstore/index.html";
//-->
</SCRIPT>
</HEAD>
<BODY>
You are currently being redirected to our new site.<BR>
If your browser stalls please <a
href="http://www.webuildpcs.com/cgi-bin/wbpcstore/index.html">click
here!!!</a>
</BODY>
</HTML>


_______________________________________________
Interchange-users mailing list
Interchange-users@lists.akopia.com
http://lists.akopia.com/mailman/listinfo/interchange-users


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com