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

[eluser]CroNiX[/eluser]
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/


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