2011-07-16, 07:07:08
Hi all -
i am on 1und1 as well. but cant get along with solving it myself
sorry to come up with the same question again. but i did the research and applied all settings and the install process run trough till sending me the password.
after the install process i receive the error message:
thats my .htaccess file: (i also changed all .htaccess files in the whole sub-directory to include the php 5)
i am on 1und1 as well. but cant get along with solving it myself
sorry to come up with the same question again. but i did the research and applied all settings and the install process run trough till sending me the password.
after the install process i receive the error message:
Code:
Parse error: syntax error, unexpected '&', expecting T_VARIABLE or '$' in /.../htdocs/landing_page_mki/admin/inc/common.php on line 19
thats my .htaccess file: (i also changed all .htaccess files in the whole sub-directory to include the php 5)
Code:
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
AddDefaultCharset UTF-8
Options -Indexes
# blocks direct access to the XML files - they hold all the data!
<Files ~ "\.xml$">
Order allow,deny
Deny from all
Satisfy All
</Files>
<Files sitemap.xml>
Order allow,deny
Allow from all
Satisfy All
</Files>
RewriteEngine on
# Usually it RewriteBase is just '/', but
# replace it with your subdirectory path
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L]