Skip to Content.
Sympa Menu

lyceum-users - [Lyceum-users] Can't install lyceum_0.22

lyceum-users AT lists.ibiblio.org

Subject: Lyceum-users mailing list

List archive

Chronological Thread  
  • From: Garey Mills <gmills AT library.berkeley.edu>
  • To: lyceum-users AT lists.ibiblio.org
  • Subject: [Lyceum-users] Can't install lyceum_0.22
  • Date: Wed, 12 Apr 2006 15:03:51 -0700 (PDT)

Hi -

I originally reported this as a bug but was asked to write it to
the list. I am working on a Solaris 8 system with Apache 1.3 something. I
unpack lyceum in /opt, so I have

/opt/lyceum_0.22

I then set up a web server with document root of

/opt/lyceum_0.22/src/lyceum

Once I go through the installation, when I try to log in I
am referred to /login, /profile, etc. but these do not exist.

I was told that it was a problem with

/opt/lyceum_0.22/src/lyceum/.htaccess not existing, but it is
there, and looks like this:

========================================================================
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /


RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^profile/?
wp-admin/profile.php?b=system&%{QUERY_STRING} [L]
RewriteRule ^login/? wp-login.php?%{QUERY_STRING} [L]
RewriteRule ^register/? wp-register.php?%{QUERY_STRING} [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^([A-Za-z0-9_-]+)/admin/?$ wp-admin/index.php?b=$1&
RewriteRule ^([^/]+)/admin/?([^/]+php)\??(.*)
wp-admin/$2?b=$1&%{QUERY_STRING} [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

### do we need these two conditions? ###
RewriteCond %{REQUEST_URI} !^(.+)/admin(.*)
RewriteCond %{REQUEST_URI} !^(.+)/index.php(.*)

RewriteRule ^([A-Za-z0-9_-]*)/? /index.php?b=$1 [L,QSA]
</IfModule>

# END WordPress

============================================================================================


Apache does have mod_rewrite, so I am at a loss.

By the way, the lyceum_nightly does not include an .htaccess file.

Garey Mills
Library Systems Office
UC Berkeley

The brain is not where you think






Archive powered by MHonArc 2.6.24.

Top of Page