Skip to Content.
Sympa Menu

lyceum-users - [Lyceum-users] Fwd: New Lyceum Installation

lyceum-users AT lists.ibiblio.org

Subject: Lyceum-users mailing list

List archive

Chronological Thread  
  • From: "mihai druta" <mdruta AT gmail.com>
  • To: lyceum-users AT lists.ibiblio.org
  • Subject: [Lyceum-users] Fwd: New Lyceum Installation
  • Date: Sun, 7 Sep 2008 12:19:00 -0400

This is my second time when i try to install lyceum and on both times i got the email from install that it is succesfully instaled , but i can not log in , i only got a 500 page ? do i need to change the permisions ? they are 755 for the files recomended on install text , i olso deleted the install.php.
and my .htacces is :
 
# BEGIN Lyceum
 RewriteEngine On
 RewriteBase http://cronici.cetatea.info/scr/
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteRule ^profile/?                        wp-admin/profile.php   [L,QSA]
 RewriteRule ^login/?                          wp-login.php           [L,QSA]
 RewriteRule ^register/?                       wp-register.php        [L,QSA]

 #######################################################################
 #
 # Build Base URL for Redirects / stored in Apache %{ENV:rwbaseurl}
 #
 #######################################################################
 RewriteCond %{HTTPS} =on
 RewriteRule .* - [E=rwscheme:https,S=1]
 RewriteRule .* - [E=rwscheme:http]
 
 # if (HTTPS && port != 443) { use explicit port (eg. :8080), then skip next rule }
 RewriteCond %{HTTPS} =on
 RewriteCond %{SERVER_PORT} !=443
 RewriteRule .* - [E=rwport:\:%{SERVER_PORT},S=1]
 
 # else if (port != 80) { use explicit port }
 RewriteCond %{SERVER_PORT} !=80
 RewriteRule .* - [E=rwport:\:%{SERVER_PORT}]
 
 # Build complete server portion of url, without trailing slash.
 # Using HTTP Header field "Host:",  as mod_rewrite's use of HTTP_HOST and SERVER_NAME
 # appears to be inconsistent. Subdomains were sometimes rewritten as parent domain. Cause unknown.
 RewriteRule .* - [E=rwbaseurl:%{ENV:rwscheme}\://%{HTTP:Host}%{ENV:rwport}]
 # Send Redirect
 RewriteRule ^admin$                           %{ENV:rwbaseurl}/admin/ [R=301,L]
 RewriteRule ^([^/]+)/admin$                   $1/admin/ [R=301,NC,L]
 RewriteRule ^([^/]+)/admin/$                  wp-admin/index.php?b=$1 [L]
 RewriteRule ^([^/]+)/admin/([^/]+php)\??(.*) wp-admin/$2?b=$1    [L,QSA]
 RewriteRule ^([^/]+)/admin/([^/]+js)         wp-admin/$2      [L]
 RewriteRule ^([^/]+)/wp-includes/(.*)         wp-includes/$2       [L]
 RewriteRule ^([^/]+)/wp-content/(.*)          wp-content/$2        [L]
 RewriteRule ^([^/]+)/wp-admin/(.*)            wp-admin/$2?b=$1   [L,QSA]
 RewriteRule ^([^/]+)/xmlrpc.php               xmlrpc.php?b=$1         [L,QSA]
 RewriteRule ^([^/]+)/wp-comments-post(.*).php wp-comments-post$2.php [L,QSA]
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteRule ^([^/]+)/?                        index.php?b=$1           [L,QSA]
# END Lyceum
 
 
Please let me know if i need to post more info.
 
Thank you for a great soft.
 
Mihai

---------- Forwarded message ----------
From: cronici.cetatea.info <mdruta AT gmail.com>
Date: Sun, Sep 7, 2008 at 11:50 AM
Subject: New Lyceum Installation
To: mdruta AT gmail.com


Your new Lyceum installation has been successfully set up at:

http://cronici.cetatea.info/scr/lyceum/

You can log in to the administrator account with the following information:

Username: admin
Password: c2c439

You can access the system administration control panel at the following url:

http://cronici.cetatea.info/scr/lyceum/system-admin/settings.php

We hope you enjoy your new blogging services system. Thanks!

--The Lyceum Team
http://lyceum.ibiblio.org/




  • [Lyceum-users] Fwd: New Lyceum Installation, mihai druta, 09/07/2008

Archive powered by MHonArc 2.6.24.

Top of Page