[ic] Two things: Alias/Redirection and Subcategories

Martin Kisser martyk@gmx.de
Thu, 16 Nov 2000 00:59:30 +0100


Hi Reid!

> I'd like my Interchange CGI (http://www.fareastbargains.com/fareast.cgi)
to
> run automatically when someone goes to the server domain
> (http://www.fareastbargains.com).  Right now, I have an index.php3 script
in
> the document root to redirect visitors, but I'm concerned that Search
> Engines might not like it.  Is there a better way to do that?  (Apache
> directives, etc?)

There is another way, if you dont have the rights, to change the
Apache-Configuration:
in your Web-directory: create a file named ".htaccess"
fill in: "DirectoryIndex fareast.cgi"
...should also work.

Another way (easy) way: Place a simple frameset in your index.html

Martin Kisser