09-03-2008, 12:42 PM
[eluser]Unknown[/eluser]
My routes are not working. They were before. Maybe i've changed something and I don't know what.
www.teste.com.br/login --> doesn’t go to the login.php page
www.teste.com.br/institucional --> doesn’t go to the institucional.php page
and so on ...
Note: if in my routes.php file $route['default_controller'] = login; and
URI contains no data, code igniter redirect to the implemented page. But if URI contains data, it doesn’t redirect.
Example:www.teste.com.br --> redirects to the login page.
www.teste.com.br/login --> Page not found.
Anyone can help me?
My routes are not working. They were before. Maybe i've changed something and I don't know what.
www.teste.com.br/login --> doesn’t go to the login.php page
www.teste.com.br/institucional --> doesn’t go to the institucional.php page
and so on ...
Note: if in my routes.php file $route['default_controller'] = login; and
URI contains no data, code igniter redirect to the implemented page. But if URI contains data, it doesn’t redirect.
Example:www.teste.com.br --> redirects to the login page.
www.teste.com.br/login --> Page not found.
Anyone can help me?