Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Install on 1&1 Servers not possible
#8
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:

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]
Reply


Messages In This Thread
Install on 1&1 Servers not possible - by visdelou - 2011-04-29, 03:46:34
Install on 1&1 Servers not possible - by ccagle8 - 2011-04-29, 03:53:09
Install on 1&1 Servers not possible - by visdelou - 2011-04-29, 04:32:44
Install on 1&1 Servers not possible - by Connie - 2011-04-29, 05:14:57
Install on 1&1 Servers not possible - by TomG - 2011-05-05, 03:22:30
Install on 1&1 Servers not possible - by ajfox - 2011-05-09, 21:39:51
Install on 1&1 Servers not possible - by ronatgetsimple - 2011-07-16, 07:07:08
Install on 1&1 Servers not possible - by Connie - 2011-07-16, 16:23:44
Install on 1&1 Servers not possible - by Connie - 2011-07-16, 22:27:05



Users browsing this thread: 1 Guest(s)