PDA

View Full Version : Online Location using SEO Friendly Url...


wolfe
05-25-2015, 08:37 PM
im having some issues with my whos online some are resolving EG if the file name is in the location

test.php?etcetc

but if the user has loaded it via SEO url

/test/?etc

then its just shows as

Unknown location
/test/?etc

any ideas.

this is the SEO code

class vB_Friendly_Url_Test extends vB_Friendly_Url
{
protected $idvar = 'category';
protected $idkey = 'id';
protected $titlekey = 'title_clean';
protected $ignorelist = array('category','id');
protected $script = 'test.php';
protected $script_base_option_name = 'vbforum_url';
protected $rewrite_segment = 'test';
}

SaN-DeeP
05-26-2015, 03:56 PM
Check with your SEO powered team.

wolfe
05-28-2015, 06:26 PM
i use vbulletins Friendly URL Code...

Lynne
05-29-2015, 12:34 AM
Look into the function fetch_seo_url.

wolfe
05-30-2015, 07:13 PM
i have but its picking the file up as the SEO_URL in the whos online instead of the actual php file.