This site uses cookies from Google to deliver its services, to personalize ads and to analyze traffic. Information about your use of this site is shared with Google. By using this site, you agree to its use of cookies. Learn More

Remove Index.php In Jii Framework

Remove Index.php In Jii Framework Web-development (jquery) Remove Index.php In Jii Framework

Remove index.php in Jii Framework
Remove index.php in Jii Framework

Add .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

Contact

Nama

Email *

Pesan *