tsep-dev team mailing list archive
-
tsep-dev team
-
Mailing list archive
-
Message #00160
Re: [Question #170211]: Failing to Index a Profile
Question #170211 on The Search Engine Project changed:
https://answers.launchpad.net/tsep/+question/170211
Status: Answered => Open
Paul Hicks is still having a problem:
Yes, I've tried installing the Search Project on my commercial ISP's
site (SiteGround) and they appear to support this feature. For example,
they suggest using the following code fragment to create a custom '404
page not found' on Joomla sites:
if (($this->error->code) == '404') {
echo file_get_contents('http://www.yourdomain.com/index.php?option=com_content&view=article&id=136');
}
else
{
?>
--
You received this question notification because you are a member of TSEP
Development, which is an answer contact for The Search Engine Project.