Can CodeIgniter route custom URLs? -


i trying pretty urls on codeigniter. basically, here’s want.

//http://website.com/state/city/neighborhood/zip => http://website.com/search?lotsofparams=1234 $route['/state/city/neighborhood/zip'] = "search?location=blahblahblah&submit=search";  

i willing write routes manually, right code isn’t working. idea how can working?

no using query strings can't route query string friendly slashed urls.

you can re-write them htaccess


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -