0

我正在为 joomla 中的自定义组件编写自定义 sh404 文件。我使用 setRedirect 函数编写了一些重定向 url。但它不会重定向到 SH404 URL。

我给出的是:

$link = JURI::base().'index.php?option=com_camassistant&controller=rfp&task=editrfp&var=copy&rfpid='.$insert_id.'&Itemid='.$_REQUEST['Itemid'] ; $this->setRedirect($link,$msg);

你能说我怎样才能给 $link 自动更改 SH404 吗?

在此先感谢 Sateesh

4

1 回答 1

0

我没有正确理解它。

如果您执行以下操作: JError::raiseError(404, 'Not Found');

于 2012-06-18T15:07:58.950 回答