Hi.
I built a site using FUEL and everything is working perfectly on my local WAMP server. I then transferred everything to my remote server and the site is up and running; however, I cannot login to the CMS. If I enter the correct login info it just bounces me back to the login page. If I enter incorrect information I get an error message. Any ideas?
Regards,
Chris.
Comments
Also, can you browse to the pages on your site OK and is the problem just with logging in (trying to eliminate .htaccess as an issue).
$path = WEB_PATH.$assets_path.$asset_type.$file.$cache;
to
$path = '/'.$assets_path.$asset_type.$file.$cache;
Also, I am not sure if it is connected but when I first uploaded the site to the remote server, I had to change the config setting 'uri_protocol' from "AUTO" to REQUEST_URI" otherwise no matter which page I tried to view, I always got the home page.
Regards,
Chris.
http://www.getfuelcms.com/forums/discussion/113/migrating-install-stumped/#Item_17
Regards,
Chris.
I have moved the site to another server and everything is now working, so I assume it is something in the server configuration that is causing the problem.
Regards,
Chris.
$_SERVER['SCRIPT_NAME'] = '/index.php';
Also, if you have any server configuration information that you can share, it would be appreciated (e.g. PHP version, Apache Version, OS, is PHP being run as an Apache module or cgi... etc.)
Apache version 2.0.63
PHP version 5.2.9
MySQL version 5.0.91-community
Architecture i686
Operating system linux
Kernel version 2.6.18-194.11.4.el5
Hope it helps,
Chris.
Regards,
Chris.
BTW: I am hosting on a Godaddy Shared Account.
http://codeigniter.com/wiki/Godaddy_Installaton_Tips/
I have set up Htaccess and removed index.php, also the framework is residing in a folder, e.g. Domain.suffix/folder/framework. I also removed the rebase from the Htaccess. There is another Htaccess at root level pointing the domain to the folder.
Look forward to your reply.