i installed exacy as in documenation and i iven got the pass via my email but after that when i try to acces "http://cetatea.info/cronici/scr/lyceum/login.php" were i have it instaled i got "Internal Server Error" my wp-config is good and it did placed all the sql in my database.
And my .httacces 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 help.