Welcome Guest, Not a member yet? Register   Sign In
Create .html pages
#5

[eluser]Unknown[/eluser]
[quote author="CroNiX" date="1392506869"]Also, if you don't want 'page' in the url, your route would be:
Code:
$route['(:any)']   = 'page/index/$1';
and to load the homepage it would be
Code:
$route['default_controller'] = 'page'; //loads page/index for http://yoursite.com/
[/quote]

Cheers, this worked for me.

I know it's not needed to use .html, but the person that i'm making his website for doesnt understand that and just want it in his website Smile


Messages In This Thread
Create .html pages - by El Forum - 02-15-2014, 03:34 PM
Create .html pages - by El Forum - 02-15-2014, 04:15 PM
Create .html pages - by El Forum - 02-15-2014, 04:27 PM
Create .html pages - by El Forum - 02-16-2014, 06:01 AM
Create .html pages - by El Forum - 02-16-2014, 08:03 AM
Create .html pages - by El Forum - 02-18-2014, 04:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB