DarkKikies
Basic Pleskian
I developed a small cms with codeigniter and in local use xampp * * works perfectly.
When I put on my vps plesk mounting nginx and I had problems with the controller.
They are not read.
Every link I post except that automatically reads codeigniter and the default I return a 404 error.
If you read the thread I opened on the forum of CI http://forum.codeigniter.com/thread-62112.html
You will realize that I have tried a lot 'of configurations but none has been good for me.
I beg you, you help me solve the problem?
P.S. on vps I have several active domains.
My controller is:
When I put on my vps plesk mounting nginx and I had problems with the controller.
They are not read.
Every link I post except that automatically reads codeigniter and the default I return a 404 error.
If you read the thread I opened on the forum of CI http://forum.codeigniter.com/thread-62112.html
You will realize that I have tried a lot 'of configurations but none has been good for me.
I beg you, you help me solve the problem?
P.S. on vps I have several active domains.
My controller is:
PHP:
$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';
Last edited: