How to use ~folders? |
[eluser]Mareshal[/eluser]
How can I create and use ~folders? I want to access admin panel with this: domain.com/~admin
[eluser]bretticus[/eluser]
Those are apache user folders via mod_userdir. Not really related to codeigniter. You might try actually setting up a route in system/application/config/routes.php but ~ is probably not an allowed character.
[eluser]Mareshal[/eluser]
I tought is something I can do via ci or htaccess. thanks
[eluser]bretticus[/eluser]
You made a fast response to my response. I wasn't quite done. I have updated my post.
[eluser]Mareshal[/eluser]
offtopic: I have gmail notifier installed on my firefox, with updatins set to 1 minute let me try that edit: thank a million, works now. I have a very strict list of premitted uri chars: $config['permitted_uri_chars'] = 'a-z0-9~-'; $route['~subscribe'] = "newsletter/subscribe"; and works
|
Welcome Guest, Not a member yet? Register Sign In |