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:53:40 +0000

Hi Trisha,

In reponse 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 tobe:http://blogs.redthreadlove.com/blog2"

I use the followin gin 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-existant files or dirs to the lyceum dir

Luck,
Craig

Save £5 on your monthly line rental with Flext from T-Mobile. £180 of value for just £30 per monthclick here




Archive powered by MHonArc 2.6.24.

Top of Page