Remove Index.php In Jii Framework Web-development (jquery) Remove Index.php In Jii Framework
Remove index.php in Jii FrameworkAdd .htaccess file in root directory
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
Modify url protected/config/main.php find 'urlManager'=>array( and change to this code
'urlManager'=>array( 'urlFormat'=>'path', 'showScriptName'=>false, 'caseSensitive'=>false, ),Run, index.php remove
0 Response to "Remove Index.php In Jii Framework"
Posting Komentar