Skip to Content.
Sympa Menu

lyceum-users - Re: [Lyceum-users] Directory structure, comments, etc.

lyceum-users AT lists.ibiblio.org

Subject: Lyceum-users mailing list

List archive

Chronological Thread  
  • From: "Shady Craig" <mrcraig61 AT lycos.co.uk>
  • To: "lyceum-users " <lyceum-users AT lists.ibiblio.org>;, tm AT fronterix.com
  • Subject: Re: [Lyceum-users] Directory structure, comments, etc.
  • Date: Mon, 8 Jan 2007 12:58:20 +0000

(sorry, last email got html'd So I'm re-sending it for the benefit of the
list)

Hi Trisha,

In response to:
"1) How can I set up the directory structure so that blogs are not in
thedirectory 'lyceum'? For example for 'blog2'
athttp://blogs.redthreadlove.com/lyceum/blog2 - I would prefer the url to be:
http://blogs.redthreadlove.com/blog2";

I use the following in my base dir .htaccess file

RewriteEngine On
RewriteBase /mikeey09876
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)? lyceum/$1 [L]

This will re-direct all requests to non-existent files or dirs to the lyceum
dir.

Luck,
Craig

Lycos email has 300 Megabytes of free storage... Get it now at
mail.lycos.co.uk


Archive powered by MHonArc 2.6.24.

Top of Page