UrlManager Configuration for Unlimited Depth of category/subcateogries
categories/subcategoriesurlManager
Hi,
I am facing problem in writing rule for the URLManager to get Unlimited depth of Categories and Subcategories
I have created the Url as category/sub-category/sub-category but when I use it withoutREAD MORE
How to setup urlManager to make url more friendly for SEO
Hello Everyone!,
How to setup urlManager to make url more friendly as like as http://yiianswers.com or http://yiiframework.com or http://mydomain.com/post/up-coming-calendar/year-2012
Please help me asap.
Thanks in Advance
help with user friendly URL rule
I have a static array like this:
- array
- (
- [city_id] => 1
- {city_name] => "baltimore"
- [city_id] => 2
- {city_name] => "newyork"
- )
array
(
[city_id] => 1
{city_name] => "baltimore"
[city_id] => 2
{city_name] => "newyork"
)Change from:READ MORE
Controller – Friendly URL rules
controllerFriendly URLurlurlManager
Hi, I’m having some problems using the Controller -> createUrl() function, I don’t know what is wrong.
$this->createUrl(‘mycontroller/view’, array(‘id’ => 1 , ‘title’=>’test’ ))
it returns something like:
http://mysite.com/mycontroller/1?title=test
instead of:
http://mysite.com/mycontroller/1/test
Here is myREAD MORE
