Skip to Content.
Sympa Menu

lyceum-users - Re: [Lyceum-users] Frontend blog (fwd)

lyceum-users AT lists.ibiblio.org

Subject: Lyceum-users mailing list

List archive

Chronological Thread  
  • From: Brady J.Frey <brady AT dotfive.com>
  • To: franck AT linuxpourtous.com
  • Cc: lyceum-users AT lists.ibiblio.org
  • Subject: Re: [Lyceum-users] Frontend blog (fwd)
  • Date: Tue, 13 Jun 2006 8:32:20 -0700

Just to verify, have you tried to put any old index.html with quality code in
there to see if apache is running? Any index.php with php code to execute?

You can always do the basic redirect meta test (although not recommended to
keep, google doesn't take kindly to poor meta's commonly used to hock viagra
and the like):
<meta http-equiv="Refresh" content="0;url=http://www.domain.com/link.html";>

or for your xhtml:
<meta http-equiv="Refresh" content="0;url=http://www.domain.com/link.html"; />

If you'd like a permanent solution that doesn't offend search engines and
does not require a home page, use .htaccess to redirect the index to the blog
you prefer:
Redirect permanent /http://www.mycoolblog.com/coolblog/





Archive powered by MHonArc 2.6.24.

Top of Page