Home
Forums
Members
Search
Help
New topics
Todays topics
Website
Welcome Guest, Not a member yet?
Register
Sign In
Login
Username:
Password:
Remember me
Lost Password?
CodeIgniter Forums
Using CodeIgniter
General Help
Problem with index.php
Share on Google
Share on Facebook
Share on Twitter
View a Printable Version
Subscribe to this thread
Add Poll to this thread
Send thread to a friend
Linear Mode
Threaded Mode
Problem with index.php
nhakkari
Newbie
Posts:
4
Threads:
2
Joined:
Apr 2017
Reputation:
0
#1
04-12-2017, 01:06 PM
Hello ,
I work on local wamp in my config I use index.php is it works, but when I put the project on ubuntu with an apache server I just access the controller by default I can no longer go in other Pages !!
CodeIgniter 3
Pleaaase help
Reply
Diederik
Senior Member
Posts:
299
Threads:
0
Joined:
Jan 2015
Reputation:
20
#2
04-12-2017, 01:42 PM
Did you update the config file to set the base_url from your local dev domain to match the live domain?
PHP Code:
$config
[
'base_url'
] =
'https://livedomain.com/'
;
Reply
--------------------
Private Messages
User Control Panel
Who's Online
Search
Forum Home
General
-- News & Discussion
-- Events
-- Lounge
-- Regional User Groups
Using CodeIgniter
-- Installation & Setup
-- Model-View-Controller
-- Libraries & Helpers
-- Best Practices
-- Choosing CodeIgniter
-- General Help
CodeIgniter 4
-- CodeIgniter 4 Roadmap
-- CodeIgniter 4 Development
-- CodeIgniter 4 Feature Requests
-- CodeIgniter 4 Support
-- CodeIgniter 4 Discussion
-- CodeIgniter 4 Addins
Development
-- CodeIgniter 3.x
-- CodeIgniter 2.x
-- Issues
-- NetBeans Plugin
External Resources
-- Spotlight
-- Learn More
-- Jobs
-- Addins
Archived Discussions
-- Archived Libraries & Helpers
-- Archived Development & Programming
Theme © iAndrew 2016 -
Forum software by © MyBB