Welcome Guest, Not a member yet? Register   Sign In
trouble installing ionize cms
#4

[eluser]Kip zonder Kop[/eluser]
I am experiencing the same problems when moving my first ionize site from my local host to dreamhost. I had a serie of problems. Is started out with the default .htaccess file. Then I got the error

Code:
No input file specified.

After some googlin I discovered that on Dreamhost one has to change the .htaacess into

Code:
RewriteEngine On
# RewriteBase /

RewriteCond $1 !^(index\.php|themes|install|files|robots\.txt)
RewriteRule ^(.*)$ index.php?/$1 [L]

Mind the question mark before the slash in the last line. Now the frontend is working. Like with the previous poster, adding admin to the url takes me to url/en/admin/user/login with the same errors. I have seen the next error in the apache error.log.

Code:
malformed header from script. Bad header=text/html; charset=utf-8: index.php

Does anybody have a clue?


Messages In This Thread
trouble installing ionize cms - by El Forum - 11-19-2009, 01:24 AM
trouble installing ionize cms - by El Forum - 11-24-2009, 03:23 PM
trouble installing ionize cms - by El Forum - 11-25-2009, 01:17 AM
trouble installing ionize cms - by El Forum - 11-29-2009, 07:49 AM
trouble installing ionize cms - by El Forum - 12-03-2009, 02:14 AM
trouble installing ionize cms - by El Forum - 01-28-2010, 01:48 AM
trouble installing ionize cms - by El Forum - 01-28-2010, 02:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB