News Feed
Jobs Feed
Sections




News Archive
Gaurish Patil's Blog:
URL rewriting in Yii to hide index.php
April 20, 2012 @ 09:27:06

In this new post to his blog Gaurish Patil shows users of the Yii framework how they can update their configuration settings to hide the "index.php" in their requests and make cleaner URLs.

Finally we figure out the basics of Yii. While working on basic of Yii, I want to rewrite the url to SEO friendly. So I started to search on google, forum got useful information here http://www.yiiframework.com/doc/guide/1.1/en/topics.url To hide the index.php from url I did changes in config/main.php [...] and I created new .htaccess file in the same directory as my index.php file.

The changes are pretty simple - it's mostly a change to the "urlManager" setting to provide some rules for mapping controller and actions to the right place. The .htaccess file uses Apache's mod_rewrite functionality to grab the requested URL and remap it back to lay on top of the "index.php" front controller for the request.

0 comments voice your opinion now!
url rewrite yii framework urlmanager htaccess


blog comments powered by Disqus

Similar Posts

Ed Finkler's Blog: So what is the state of secure development in PHP?

Vidyut Luther's Blog: Multivariate Testing, PHP Frameworks, Plea for help.

Jackson Miller's Blog: Is PHP In Trouble?

Jonathan Snook's Blog: Building a URL Shortener (with CakePHP)

The Bakery: Eight New Items (Components, Tutorials & Helpers)


Community Events











Don't see your event here?
Let us know!


database functional series composer release development language conference podcast zendframework2 code tool framework testing opinion example introduction community object interview

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework