[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] forwarding mydomain.com to mydomain.com/.......
> I need a slick way to have something like www.mydomain.com forwarded
to:
>
> www.mydomain.com/~shop/cgi-bin/cart.cgi
>
> What's the best way to do that without a redirect that loads
> www.mydomain.com to "Done" and then *click!* starts loading the new
page. I
> hate that.
>
> I have "DirectoryIndex /~shop/cgi-bin/cart.cgi/index.html" in
my .htaccess
> file right now, and that loads the index page when www.mydomain.com
is typed
> in just fine, but the URL only displays "www.mydomain.com" and that
messes
> up the cookie path for CookieLogin.
>
> What's the best way to do this? Thanks!
>
> - Grant
>
I don't know if this is a good idea or not, but u can add something
like
<meta http-equiv="refresh" content="0;URL=http://mydomain.com/~shop/cgi-
bin/cart.cgi/index.html">
-undee-
> _________________________________________________________________
> Send and receive Hotmail on your mobile device: http://mobile.msn.com
>
> _______________________________________________
> interchange-users mailing list
> interchange-users@interchange.redhat.com
> http://interchange.redhat.com/mailman/listinfo/interchange-users
>
>
--