Skip to Content.
Sympa Menu

lyceum-users - Re: [Lyceum-users] lyceum conflicts with wordpress?

lyceum-users AT lists.ibiblio.org

Subject: Lyceum-users mailing list

List archive

Chronological Thread  
  • From: Jameson Lopp <fusion AT ibiblio.org>
  • To: Lyceum <lyceum-users AT lists.ibiblio.org>
  • Subject: Re: [Lyceum-users] lyceum conflicts with wordpress?
  • Date: Thu, 03 Aug 2006 16:02:22 -0400

I'm assuming that your main site page is the wordpress blog. By looking at the line "RewriteBase /" I can tell that you set the WEBROOT variable in wp-config (or didn't change it from the default value) to /. Thus the generated rules will redirect anything back to the root of your site, while your lyceum installation is under /junk/lyceum.

Thus, if you set WEBROOT = "/junk/lyceum" and reinstall (you will need to set WEBREINSTALL = true as well) then your redirecting problem should be solved.

- Jameson

Elaine Nelson wrote:
I'm trying out an installation of lyceum for a work project on my
personal server. (Long story.) I get all the files uploaded, but when
I try to go to the installation page, I just get redirected to my
WordPress site.

see: http://www.elainenelson.org/junk/lyceum/portal.php

is it a problem with WordPress's .htaccess being too greedy? or something
else?

any help in working this out would be greatly appreciated!

contents of top-level (elainenelson.org) .htaccess:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress





Archive powered by MHonArc 2.6.24.

Top of Page