Welcome Guest, Not a member yet? Register   Sign In
New CodeIgniter install gives me 404
#1

[eluser]Richard Testani[/eluser]
I built a little site on a dev server (same server, just subdomain) without any reall issue.
I move the site live (moved to a new folder) and boom - 404.

I upload a brand new install - nothing changed, and same - 404 - no welcome message.

What would be causing this when on the very same server I'm running it just fine?

http://www.hommeinterior.com/
http://dev.hommeinterior.com/

Thanks
Rich
#2

[eluser]zimco[/eluser]
Did you remember to change the base url in the config file when you moved?
$config['base_url'] = "http://www.hommeinterior.com/";
#3

[eluser]Richard Testani[/eluser]
Yep - though interesting, I don't have it setup on the dev server.
It seems, even though the base_url is set to my domain its still not loading.

I can't get anything but a 404.
#4

[eluser]zimco[/eluser]
When you say moved it to a new folder, did you change the name of this new folder to something different from the old folder?
#5

[eluser]Richard Testani[/eluser]
Found the issue, it was an old .htaccess file I didn't remove from the server.

>>When you say moved it to a new folder, did you change the name of this new folder to something different from the old folder?
Technically, it was from one root folder to another, so i didn't need to change folder names.




Theme © iAndrew 2016 - Forum software by © MyBB