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';
}
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';
}