Welcome Guest, Not a member yet? Register   Sign In
URL shortening service
#15

[eluser]Dregond Rahl[/eluser]
Code:
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_-';

its already there by default =/

Code:
$route['default_controller'] = "main";
$route['scaffolding_trigger'] = "";


// BEGIN SNIP LINK
$route['~([a-zA-Z0-9]+)'] = "snip/re_link/$1";
// END SNIP LINK


// BEGIN PAGES ROUTES
$route['contact_us'] = "main/contact_us";
$route['about_us'] = "main/about_us";
$route['stats'] = "main/stats";
$route['tos'] = "main/tos";
// END PAGES ROUTES

That's what i have so far,


Example url that works:
Code:
http://uqyg.com/~JaJh

Should route to

http://uqyg.com/snip/re_link/~JaJh

the routing doesn't work tho =/


Messages In This Thread
URL shortening service - by El Forum - 06-02-2009, 02:36 AM
URL shortening service - by El Forum - 06-02-2009, 03:01 AM
URL shortening service - by El Forum - 06-02-2009, 03:02 AM
URL shortening service - by El Forum - 06-02-2009, 03:10 AM
URL shortening service - by El Forum - 06-02-2009, 04:13 AM
URL shortening service - by El Forum - 06-02-2009, 06:20 AM
URL shortening service - by El Forum - 06-02-2009, 06:44 AM
URL shortening service - by El Forum - 06-02-2009, 06:48 AM
URL shortening service - by El Forum - 06-02-2009, 06:56 AM
URL shortening service - by El Forum - 06-02-2009, 07:00 AM
URL shortening service - by El Forum - 06-02-2009, 07:19 AM
URL shortening service - by El Forum - 06-02-2009, 07:31 AM
URL shortening service - by El Forum - 06-02-2009, 07:44 AM
URL shortening service - by El Forum - 06-02-2009, 07:47 AM
URL shortening service - by El Forum - 06-02-2009, 07:53 AM
URL shortening service - by El Forum - 06-02-2009, 08:03 AM
URL shortening service - by El Forum - 06-02-2009, 08:11 AM
URL shortening service - by El Forum - 06-02-2009, 08:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB