Welcome Guest, Not a member yet? Register   Sign In
Removing the index.php file - 11.09.2018
#7

(This post was last modified: 09-14-2018, 08:55 AM by InsiteFX.)

@Porto, you need to go into your Profile and change Private Messaging to allow us to message you.

Your route should be like this

PHP Code:
$route['default_controller'] = 'pages/view';

// Routes that use (:any) need to be the last routes in the file.
$route['(:any)'] = 'pages/view/$1'

If your on Windows OS then I would install something like XAMPP it is simple to use for new comers.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Removing the index.php file - 11.09.2018 - by InsiteFX - 09-14-2018, 08:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB