Welcome Guest, Not a member yet? Register   Sign In
[Error 404] Routing vs htaccess
#3

Try replacing this.
PHP Code:
$route['(:any)'] = 'reports/$1';

// with this
$route['reports/(.+)'] = 'reports/$1'
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
[Error 404] Routing vs htaccess - by ash - 05-29-2018, 08:16 AM
RE: [Error 404] Routing vs htaccess - by php_rocs - 05-29-2018, 12:44 PM
RE: [Error 404] Routing vs htaccess - by ash - 05-30-2018, 02:30 AM
RE: [Error 404] Routing vs htaccess - by InsiteFX - 05-29-2018, 03:11 PM



Theme © iAndrew 2016 - Forum software by © MyBB