Difference between #1 and #2 of
Changing Controllers Name

Revision #2 has been created by Tash on Mar 25, 2012, 7:57:14 PM with the memo:

corrected module controller path
« previous (#1) next (#3) »

Changes

Title unchanged

Changing Controllers Name

Category unchanged

How-tos

Yii version unchanged

Tags unchanged

newbie, controllers

Content changed

[...]
If you are using standard (autogenerated) configuration file, there are some default URL-rewriting rules and application and/or module can be accessed via URLs like these:


```php
http://{server_address}/{application_path}/site/index.html
http://{server_address}/{application_path}/{
controller_imoduleId}/default/index.html
```

### Changing Controller Name

If you wish to change not only URLs (which can be done with URL Management --> see [here](http://www.yiiframework.com/doc/guide/1.1/en/topics.url "URL Management")), but also controllers names (for example for some files and folders structure cleanup or for satisfying defined name nomenclature), you will have to undertakes theses four steps:
[...]
4 0
2 followers
Viewed: 26 620 times
Version: 1.1
Category: How-tos
Written by: Trejder
Last updated by: Trejder
Created on: Dec 9, 2010
Last updated: 10 years ago
Update Article

Revisions

View all history