2013-07-19 72 views

回答

1

你不需要做任何額外的事情。 this link將幫助你完成這件事。只是正常的程序。我多次使用同一個。

希望這可以幫助你。

+0

謝謝。我沒有意識到這是一個普通的CI類型的東西。 –

+0

:)很高興它幫助你。 – KuKu

2
//user following code in your .htaccess file to remove index.php from url. 
RewriteEngine on 
RewriteCond $1 !^(index\.php|images|robots\.txt|css) 
RewriteRule ^(.*)$ ./index.php/$1 [L]