Welcome Guest, Not a member yet? Register   Sign In
Web Host Migration
#1

[eluser]Unknown[/eluser]
Hi, I'm currently moving a client's existing CI website from one host to another. I've never done an installation from scratch or even worked with CI so I'm having some issues. I've read the installation guides, FAQs, etc. but haven't had any luck.

My index page is being displayed, but without the images. The links to other pages through 404 errors, but if I tweak the url it works (ie: http://255.255.255.255/~client/?pages/history works). My index.php and htaccess files are in the public_html directory. Can somebody please help troubleshoot or atleast point me in the right direction? I emailed my web host to ensure a mod_rewrite solution is installed and avaialable. Thank you.
#2

[eluser]smilie[/eluser]
Hi,

Have you changed application/config/config.php file to match new host?

Cheers,
Smilie
#3

[eluser]Unknown[/eluser]
I left everything in app/config/config.php with the defaults and tried index.php and index.php? for the index_page variable. Also, I tried all options for uri_protocol.

Current values:

Code:
$config['base_url']    = "http://".$_SERVER['HTTP_HOST']."/";
$config['index_page'] = "index.php";
$config['uri_protocol']    = "AUTO";




Theme © iAndrew 2016 - Forum software by © MyBB