![]() |
htacces dynamically created pages - 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: htacces dynamically created pages (/showthread.php?tid=58449) |
htacces dynamically created pages - El Forum - 06-13-2013 [eluser]the_unforgiven[/eluser] Hi, I have a codeigniter application and htaccess but when i nav to the site www.domain.com is shows things i have set that shouldn't show when going to the dynamically created home at the url of: www.domain.com/pages/home which is what i want to set has the main page when navigating to www.domain.com i have tried the DirectoryIndex with the htaccess file but because this is dynamically created how would one do this. |