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

(09-14-2018, 08:55 AM)InsiteFX Wrote: @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.

Hello InsiteFX

Thank you so much for the Feedback and the answer! I did change the profile settings.

Also i changed the line position, then i rebooted the server and....nothing happened.

$route['default_controller'] = 'pages/view';

$route['(:any)'] = 'pages/view/$1';

I don“t know...i always had good experience with Apache.
Reply


Messages In This Thread
RE: Removing the index.php file - 11.09.2018 - by Porto - 09-14-2018, 11:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB