Welcome Guest, Not a member yet? Register   Sign In
How to hide index.php in redirect() ?
#1

[eluser]ws212[/eluser]
Hello,
I'm new to both web programming and codeigniter. I try to learn basic stuff.
I'm using latest stable version of CI (2.1.0)
I already manage to hide index.php using .htaccess redirect command as explained in user guide. Now i'm trying to redirect from one controller to other controller via url helper. The url helper manage to redirect the page to the destination i wanted, but the index.php appears again. How do i remove/hide it from redirect('/somepage.php')??
#2

[eluser]Aken[/eluser]
Remove it in your application/config/config.php file.
#3

[eluser]ws212[/eluser]
It works... thank's




Theme © iAndrew 2016 - Forum software by © MyBB