[eluser]The Revel[/eluser]
Ok, I have a page at auth/terms_of_use I want it to route simply to terms_of_use.
First questions,
do I use:
Code:
$route['auth/terms_of_use'] = 'terms_of_use' ;
or
Code:
$route['terms_of_use'] = 'auth/terms_of_use' ;
?
Second Questions, How do I use the anchor() function to got to the new url?
I tried both ways and I get the 404 message.
Also note I am using the Internationaliaztion plugin that automatically puts domain.com/en/ or domina.com/fr/ in front of it.