How can i create a vanity url in codeigniter. Im having real trouble doing this in the framework. And there doesnt seem to be any good answers out there.
相关问题
- How to use strip_tags with second parameter in Cod
- codeigniter replace array values in model
- How to access variables from other methods inside
- codeigniter $this->upload->do_upload() = false
- Forcing CodeIgniter to send view and stop working
相关文章
- Private static variables in php class
- GuzzleHttp Hangs When Using Localhost
- Codeigniter not logging
- Loading custom config file into a Codeigniter libr
- Loading and using a codeigniter model from another
- Integrate Bootstrap on CodeIgniter
- Showing correct response in Postman but wrong resp
- array_unique showing error Array to string convers
It's possible, I'm using this in one of my projects...
Here is a thread on the CodeIgniter forums showing how to do it...
http://codeigniter.com/forums/viewthread/113962/
According to Personalized User Vanity URL's in CodeIgniter, you can accomplish this by modifying your routes file: