> > > Hey all, > > > > I've been using cgi::app for a few months now; it's actually been my > gateway > > into web development. The applications that I'm working on don't have > > index.html files, the default documents are mywebapp.cgi. So, when I > submit > > a site to a search engine for listing, isn't it a problem that > there is no > > index.html? Is it also an issue that there is no document tree > whatsoever? > > Maybe I could get some advice from some of you pro's on site document > > organization and search engine submission. > > > For additional commands, e-mail: [EMAIL PROTECTED]
I use CGI:App almost exclusively for my applications and have had great success with getting pages indexed. The key is using mod_rewrite http://httpd.apache.org/docs/mod/mod_rewrite.html Roy --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
