Removing index.php from URL |
[eluser]Mohammed Zayan[/eluser]
I use this code in .htaccess file Code: <IfModule mod_rewrite.c> and make the base_url in the config file Code: $config['base_url'] = 'http://www.zayanit.com/zayan'; in autoload file Code: $autoload['helper'] = array("html", "url"); but I can't use any method in the controller unless I write index.php in URL like this http://www.zayanit.com/zayan/site/contact http://www.zayanit.com/zayan/index.php/site/contact Where is my wrong? |
Messages In This Thread |
Removing index.php from URL - by El Forum - 04-10-2012, 02:31 PM
Removing index.php from URL - by El Forum - 04-10-2012, 02:56 PM
Removing index.php from URL - by El Forum - 04-10-2012, 03:02 PM
Removing index.php from URL - by El Forum - 05-21-2012, 09:32 AM
Removing index.php from URL - by El Forum - 05-21-2012, 11:29 AM
Removing index.php from URL - by El Forum - 05-22-2012, 01:27 AM
Removing index.php from URL - by El Forum - 05-22-2012, 11:13 AM
|