Routes and hashed URLs |
Personally I use this .htaccess for CI:
Code: <IfModule mod_rewrite.c> resources = images, css, js... vendor = boostrap, jquery... You can remap your URL with URI Routing. application/config/routes.php PHP Code: $route['default_controller'] = 'dashboard'; application/controllers/Dashboard.php (case sensitive) PHP Code: <?php @InsiteFX: I thinks this is more like uniqueness like e.g. pastebin or regex101 does. |
Messages In This Thread |
Routes and hashed URLs - by wirikidor - 11-21-2017, 05:11 PM
RE: Routes and hashed URLs - by InsiteFX - 11-22-2017, 04:32 AM
RE: Routes and hashed URLs - by wirikidor - 11-22-2017, 08:18 AM
RE: Routes and hashed URLs - by Narf - 11-22-2017, 09:23 AM
RE: Routes and hashed URLs - by wirikidor - 11-22-2017, 09:59 AM
RE: Routes and hashed URLs - by jreklund - 11-22-2017, 05:24 AM
RE: Routes and hashed URLs - by wirikidor - 11-23-2017, 04:02 PM
RE: Routes and hashed URLs - by Narf - 11-22-2017, 11:03 AM
|