![]() |
(.htaccess) removed index.php but can't find my link - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: (.htaccess) removed index.php but can't find my link (/showthread.php?tid=44038) |
(.htaccess) removed index.php but can't find my link - El Forum - 08-01-2011 [eluser]John Lopez[/eluser] hi guys can anyone help me out pls. I configured the .htaccess file inside my CI application, the index.php file is removed but it can't access my links. Example: - If I type ( http://localhost/site_main/ ), my home page renders fine. - I have a link that looks like this: Code: ... - If I click this link, this comes out: Code: Object not found! Can you figure our what's happening? I'm really missing something here.. please help? Here are my settings: - Server: XAMPP (latest) [Configurations: application/config/config.php] Code: ... - [.htaccess file: inside CI: I grabbed this code from the User Guide] Code: RewriteEngine on |