Welcome Guest, Not a member yet? Register   Sign In
Problem with url helper functions, SOMETIMES
#3

[eluser]Thiago Luiz[/eluser]
I'm not sure if this is correctly but into .htaccess try do put the name of your controller in a RewriteRule to the request be redirect to the index.php of your aplicattion. Look like this:

RewriteEngine on
RewriteCond $1 !^(index\.php|images|stylesheet|javascript|robots\.txt|css|pdf)
RewriteRule ^(ControllerNameOne.*)$ /CodeIgniter/index.php/$1 [NC]
RewriteRule ^(ControllerNameTwo.*)$ /CodeIgniter/index.php/$1 [NC]


Messages In This Thread
Problem with url helper functions, SOMETIMES - by El Forum - 03-16-2009, 11:55 AM
Problem with url helper functions, SOMETIMES - by El Forum - 03-16-2009, 12:15 PM
Problem with url helper functions, SOMETIMES - by El Forum - 03-16-2009, 12:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB