Welcome Guest, Not a member yet? Register   Sign In
Unable to run codeigniter project in wamp virtual host.
#2

What is the URL when you receive that message? To me, the following doesn't look right:
Code:
saseco.dev/<?=site_url('login/user_login');?>

The site_url() method should be providing the saseco.dev/ portion for you, so I would expect this to produce an invalid URL.

I generally keep each of my host configurations in a separate file. Additionally, the Directory configuration is usually inside the VirtualHost configuration, unless a directory is shared between multiple hosts. You may also need to make sure your opening and closing tags match in your server config file(s).
Reply


Messages In This Thread
RE: Unable to run codeigniter project in wamp virtual host. - by mwhitney - 05-11-2015, 12:02 PM



Theme © iAndrew 2016 - Forum software by © MyBB