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

(05-11-2015, 12:02 PM)mwhitney Wrote: 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).
@mwhitney. sorry for the delay. saseco.dev/<?=site_url('login/user_login');?> is the url that I get when clicking on my login button.  I tried to work on the application today (after two days) now I cant even access the login screen. It says "Forbidden You don't have permission to access / on this server." Have a lot of trouble shooting ahead of me. Thanks for your reply.
Reply


Messages In This Thread
RE: Unable to run codeigniter project in wamp virtual host. - by karmad - 05-12-2015, 07:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB