![]() |
.htaccess problem, any help appreciated - 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: .htaccess problem, any help appreciated (/showthread.php?tid=57081) |
.htaccess problem, any help appreciated - El Forum - 02-13-2013 [eluser]ppwalks[/eluser] Hi all, I have a .htaccess file and controlling a 404 through it, but i'm having a problem with the second url slug, could someone point me in the right direction please, here is an example... If i have this url: domain.com/eiodjf/ or this one - domain.com/eiodjf - it throws 404 and also domain.com/services/welfm throws 404 but if I add domain.com/services/welfm/ it bring a blank template back here is my .htaccess code for them parts... Code: ErrorDocument 404 /index.php?page=404&level=404 Thanks all |