Welcome Guest, Not a member yet? Register   Sign In
problem with base_url
#1

Hello you all,
I have some strange problem with my CodeIgniter app.
when I started writing the application I ran CodeIgniter via Spark.
So the App run on http://localhost:8080 Now I want to run via MAMP and a virtual Host. I set yp the virtual host and it works.
I redefined public $baseURL = 'http://dummy.example.org/'; in app/configu/App.php and in the .env (app.baseURL = 'http://dummy.example.org/';)
When I call http://dummy.example.org, the page shows but any link with base_url() points to localhost:8080 instead of the domain.
I double checked both place and the information is correct. The virtual host points to the public dir.
I searched my projectfolder for "localhost:8080 and replaced every instance with dummy.example.org so there shouldn't be any instance left.
Still it doesn't work. I restarted my computer, restarted MAMP Pro (6.3), but nothing helps.
Does anybody have an idea?
Reply
#2

Try clearing your web browser cache it will hold the old url's.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

(03-15-2021, 08:45 PM)InsiteFX Wrote: Try clearing your web browser cache it will hold the old url's.
Thanks for the suggestion, but that didn't work. Even using another browser that never was used for this site didn't work.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB