seo urls

ANSWERED

http://www.yiiframework.com/forum/index.php/topic/64358-how-to-set-smart-url-in-yii/

Hello

We need to form our urls from something like this

beta.florida.com/business/business/showdetails//profile/Key+West/business/all-categories/charles-weitzel-cpa

to

beta.florida.com/city/all-categories/charles-weitzel-cpa

or from

beta.florida.com/dialogue/post/latest/discussion/q-and-a

to

beta.florida.com/city/discussion/q-and-a

How do we do this.

well you have wide options to do this in yii, i would suggest to configure your protected/config/main.php . As this gives you access to optimize your URL’s , you can change the controller and actions to your own wants which help create ur desired URL. Also you can add some rules in your .htaccess file for more enhancement.