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
#2

[eluser]louis w[/eluser]
- What is the error that happens with #3?
- Can we see a live preview?
- http://www.form-architects.com/test.php not working

What happens with the code below. Does it redirect?

Code:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ http://www.google.com [L]
#3

[eluser]Poccuo[/eluser]
I was just about to come close this thread (last on my to do list for the day).

I found out that the server is a CF server despite my client's insistence that it was a Linux server.

So my final guess is that I'm not going to have any luck getting this site launched on this server as I can't find any documentation showing me how to do that.

In response to your code you posted, it does not redirect.

Do .htaccess files not work on CF?
#4

[eluser]dmorin[/eluser]
Quote:AND there is a php error that obviously shouldn’t be there.

If you're getting PHP errors and you can get to a php_info(), then it has php installed/enabled the server should work just fine. It is a Windows server, but CI will work on Windows also.




Theme © iAndrew 2016 - Forum software by © MyBB