Redirect Problem |
Hello, i have received a website powered by CodeIgniter, the home page work, but when i click on Register, i have 404 error page.
I'm on a Virtual Host with xampp. Here's the base url PHP Code: $config['base_url'] = 'http://vc-rp.net'; index_page PHP Code: $config['index_page'] = ''; The Database is setup correctly.
This can be a number of things.
Is your Editors root path for your project setup correct? Do you need a sub path mapping in your editor? If you changed the CodeIgniter ./system and ./application paths did you set these in index.php ? VHOST Settings: Code: #-------------------------------------------------------------- What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
Everything looks ok, I do not understand too where the error can come from. The site was online on a server, everything was working, but not in localhost.
Check your ./application/config/routes.php file and see what is
the default controller then trace out the view code. What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
|
Welcome Guest, Not a member yet? Register Sign In |