Clean Urls In Yii
Posted:
Wednesday, March 14th, 2012Last modified:
Thursday, April 9th, 2015Overview
How to create clean or search friendly URLs in the Yii application framework.
Htaccess Settings
RewriteEngine on # if a directory or a file exists, use it directly RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # otherwise forward it to index.php RewriteRule . index.php
Available Wiki Topics
The operator of this site makes no claims, promises, or guarantees of the accuracy, completeness, originality, uniqueness, or even general adequacy of the contents herein and expressly disclaims liability for errors and omissions in the contents of this website.