Welcome Guest, Not a member yet? Register   Sign In
routes working only in local
#1
Exclamation 
(This post was last modified: 06-12-2015, 11:10 PM by StratoKyke.)

Hello,
I developed my project in local and the routes work perfectly:

PHP Code:
$route['default_controller'] = 'home';
$route['404_override'] = '';
$route['page/(:any)'] = 'page/thread/$1';
$route['translate_uri_dashes'] = FALSE;

$route['acp'] = 'acp/user/login';
$route['acp/page/edit/(:any)'] = 'acp/page/edit/$1';
$route['acp/page/delete/(:any)'] = 'acp/page/delete/$1';
$route['acp/menu/edit/(:any)'] = 'acp/menu/edit/$1';
$route['acp/menu/edit/(:any)'] = 'acp/menu/delete/$1'

But when I try to move the project on my vps the all routes except of the default_controller it is not working.

This is the message:

Code:
404 Page Not Found

The page you requested was not found.

How can I fix?
Reply


Messages In This Thread
routes working only in local - by StratoKyke - 06-10-2015, 10:32 AM
RE: routes working only in local - by StratoKyke - 06-10-2015, 12:42 PM
RE: routes working only in local - by RogerMore - 06-10-2015, 01:21 PM
RE: routes working only in local - by StratoKyke - 06-10-2015, 02:40 PM
RE: routes working only in local - by CroNiX - 06-10-2015, 03:31 PM
RE: routes working only in local - by StratoKyke - 06-10-2015, 03:51 PM
RE: routes working only in local - by StratoKyke - 06-12-2015, 04:32 AM
RE: routes working only in local - by CroNiX - 06-10-2015, 04:52 PM
RE: routes working only in local - by StratoKyke - 06-10-2015, 11:54 PM
RE: routes working only in local - by StratoKyke - 06-11-2015, 01:03 AM
RE: routes working only in local - by StratoKyke - 06-11-2015, 12:47 PM
RE: routes working only in local - by StratoKyke - 06-12-2015, 12:38 AM
RE: routes working only in local - by StratoKyke - 06-12-2015, 02:03 PM
RE: routes working only in local - by John_Betong - 06-12-2015, 06:40 PM
RE: routes working only in local - by StratoKyke - 06-12-2015, 09:57 PM
RE: routes working only in local - by StratoKyke - 06-13-2015, 08:53 AM
RE: routes working only in local - by StratoKyke - 06-13-2015, 10:02 AM
RE: routes working only in local - by StratoKyke - 06-13-2015, 01:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB