![]() |
Can't Get URLS Working Locally? - 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: Can't Get URLS Working Locally? (/showthread.php?tid=59885) |
Can't Get URLS Working Locally? - El Forum - 12-04-2013 [eluser]scm22ri[/eluser] Hi Everyone, I'm trying to get my URLS to work locally on my computer. I'm using wampserver. When I visit my website locally I can visit the first page fine but when I click on URL links and navigate nothing is working. Below I have my database configuration, base URL and htaccess information. I've been playing around with this for the past few hours and can't find anything wrong with the below syntax (Maybe I overlooked something?). What do you guys think I'm doing wrong? My database configuration is below Code: $active_group = 'default'; Base URL Code: $config['base_url'] = 'http://localhost/prices/'; My .htaccess Code: <IfModule mod_rewrite.c> |