Welcome Guest, Not a member yet? Register   Sign In
Broken Site (worked fine locally)
#1

[eluser]Poccuo[/eluser]
I have been developing my first CI CMS and have run into a problem when trying to get it to run on my clients server. I have tried to contact the host but I think they're not going to be of much help as they have yet to respond to my emails or phone calls. Do these clues help anyone to understand what my problem is? I would greatly appreciate ANY help!

Here are some clues to the problem:

1) http://www.form-architects.com/cms/ does not work
2) http://www.form-architects.com/index.php/cms/ does not work
3) http://www.form-architects.com/index.php?cms/ does work but I need to get rid of the index.php? part. AND there is a php error that obviously shouldn't be there.
4) none of my .htaccess seem to be helping me remove the index.php?

Code:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?$1 [L]

5) Being suspicious that this is on a godaddy server I have unsuccessfully tried this thinking it might help: http://codeigniter.com/wiki/Godaddy_Installaton_Tips/

Here is my phpinfo() incase that is of use.
http://www.form-architects.com/test.php


Messages In This Thread
Broken Site (worked fine locally) - by El Forum - 11-19-2008, 03:15 PM
Broken Site (worked fine locally) - by El Forum - 11-19-2008, 04:18 PM
Broken Site (worked fine locally) - by El Forum - 11-19-2008, 04:32 PM
Broken Site (worked fine locally) - by El Forum - 11-19-2008, 07:02 PM



Theme © iAndrew 2016 - Forum software by © MyBB