Tutorial by Examples

In the versions of YII Framework Version 1. You will set your main.php File. File Path : application_name/protected/config/main.php <?php return array( // Set Application Name 'name' => "Applicaiton Name", // Set Default Controller 'defaultC...
Removed the commented lines for rewrite in httpd.conf file. LoadModule rewrite_module modules/mod_rewrite.so You can modify .htaccess file your application folder. RewriteEngine on # if a directory or a file exists, use it directly RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_...

Page 1 of 1