![]() |
hide index.php - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: hide index.php (/showthread.php?tid=32671) |
hide index.php - El Forum - 07-30-2010 [eluser]pisio[/eluser] Hello, I am again with my stupid questions. How can I hide index.php on addressbar? http://localhost/index.php/home/view => http://localhost/home/view http://localhost/index.php/register/step1 =>: / / localhost/register/step1 ......... View more topics in the forum and wiki but way out there do not work. Or just shows me wellcome class or error 500. What to do? I hope that will help me again. P.S : http://ellislab.com/forums/viewthread/162634/ I looked this , but doesn't work for me... hide index.php - El Forum - 07-30-2010 [eluser]Yorick Peterse[/eluser] Put this in your .htaccess file and all your problems should be solved (given that mod_rewrite is working): Code: <IfModule mod_rewrite.c> hide index.php - El Forum - 07-31-2010 [eluser]pisio[/eluser] [quote author="Yorick Peterse" date="1280547830"]Put this in your .htaccess file and all your problems should be solved (given that mod_rewrite is working): Code: <IfModule mod_rewrite.c> LOl, that's work. Tnx ![]() ![]() |