Welcome Guest, Not a member yet? Register   Sign In
preg_match(): Compilation failed
#3

(This post was last modified: 01-25-2020, 11:39 AM by jreklund.)

<?php
defined('BASEPATH') OR exit('No direct script access allowed');

$route['posts/create'] = 'posts/create';
$route['(posts/(:any)'] = 'posts/view/$1';
$route['posts'] = 'posts/index';
$route['default_controller'] = 'pages/view';
$route['(:any)'] = 'pages/view/$1';
$route['404_override'] = '';
$route['translate_uri_dashes'] = FALSE;

This is the code. How can I fix this
Reply


Messages In This Thread
preg_match(): Compilation failed - by naeemiit08 - 01-25-2020, 06:02 AM
RE: preg_match(): Compilation failed - by naeemiit08 - 01-25-2020, 09:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB