Please Help to remove index.php from url |
[eluser]GeLiNa[/eluser]
Hello, I'm a newbie in CodeIgniter. I followed the user guide, but I can't remove index.php from url. Condition: 1. I use Wamp Server. 2. My Base url is: http://localhost/trial/ 3. My CI url is: http://localhost/trial/application/ 4. I set $config['base_url'] = 'http://localhost/trial/'; and $config['index_page'] = ''; in config.php 5. I put the .htaccess file in the same folder with index.php (http://localhost/trial/) 6. My .htaccess file content: Code: RewriteEngine on and I've also tried some other .htaccess which I find in this forum, like: Code: RewriteEngine on I also tried to add this like some people in this forum suggest Code: RewriteBase /trial/ But the result is always same, and it happened even if I include the index.php in the url as long as the .htaccess file is there: Code: Internal Server Error I've tried many things in this forum, but none of them resolve it. Can someone help me, please? |
Messages In This Thread |
Please Help to remove index.php from url - by El Forum - 11-23-2012, 12:04 AM
Please Help to remove index.php from url - by El Forum - 11-23-2012, 12:21 AM
Please Help to remove index.php from url - by El Forum - 11-23-2012, 12:45 AM
Please Help to remove index.php from url - by El Forum - 11-23-2012, 01:12 AM
Please Help to remove index.php from url - by El Forum - 11-23-2012, 01:13 AM
Please Help to remove index.php from url - by El Forum - 11-23-2012, 01:26 AM
Please Help to remove index.php from url - by El Forum - 11-23-2012, 01:36 AM
Please Help to remove index.php from url - by El Forum - 11-23-2012, 01:54 AM
Please Help to remove index.php from url - by El Forum - 11-24-2012, 02:16 AM
|