You can not create a shorturl on this site.

BigBigBen

New Member
Wurlie User
Jul 13, 2012
5
0
0
on.cx
This is the answer to this question. if someone ref. Many thanks to the support.

By default you can't create short urls on the same site. Look in '_indexAction.inc.php' for

/* check that they are not using the site url to restrict infinate loops */

and remove all this code:

/* check that they are not using the site url to restrict infinate loops */
elseif (substr(strtolower($longUrls[$i]), 0, strlen(WEB_ROOT)) == strtolower(WEB_ROOT))
{
setError(t("can_not_create_url_on_this_site"));
}