Welcome Guest, Not a member yet? Register   Sign In
getting index.php 2X in url
#2

[eluser]the real rlee[/eluser]
Looks like a path issue. I assume your doing something like:
Code:
<form action="/upload/do_upload/" >

Instead use the form helper to make sure the link to your controller function is relative:
Code:
echo form_open('upload/do_upload');


Messages In This Thread
getting index.php 2X in url - by El Forum - 07-16-2007, 09:51 PM
getting index.php 2X in url - by El Forum - 07-17-2007, 12:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB