![]() |
Please help on my .htaccess - 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: Please help on my .htaccess (/showthread.php?tid=10001) |
Please help on my .htaccess - El Forum - 07-15-2008 [eluser]LNS[/eluser] Hi, I cann't setup .htaccess file working with CI. Please help me! Thanks! This is my .htaccess file Code: Options -Indexes And there are results: http://localhost/ebookfull/source/ [OK] http://localhost/ebookfull/source/index.php/view/detail/339.html [OK] http://localhost/ebookfull/source/view/detail/339.html [Error: No input file specified.] Please help on my .htaccess - El Forum - 07-17-2008 [eluser]cbmeeks[/eluser] Did you tell apache to allow .htaccess overrides? It's in your httpd.conf Please help on my .htaccess - El Forum - 07-17-2008 [eluser]LNS[/eluser] Yes, I allowed .htaccess overrides. This is my httpd.conf (I use XAMPP) Code: <Directory "C:/xampp/htdocs"> |