Welcome Guest, Not a member yet? Register   Sign In
The requested URL was not found on this server
#4

(06-08-2015, 07:18 PM)freddy Wrote: and also your router may be

.htaccess:
RewriteEngine on

RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]

Router:
$route['default_controller'] = 'welcome';

$route['404_override'] = '';
$route['translate_uri_dashes'] = FALSE;
Reply


Messages In This Thread
RE: The requested URL was not found on this server - by johancelis - 06-08-2015, 09:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB