Lines Matching refs:redirect
65 * Get redirect destination URL
67 * @param int $status redirect status, 301 or 302
68 * @param string $dest redirect destination, absolute id or external url
85 // Note: this does not completely eliminate redirect loop.
94 // output message, to be shown at destination page (after redirect)
116 error_log('redirect to page['.$page.'] must stop due to prevent loop '."\n".
142 if (is_null($INPUT->str('redirect', NULL))) {
159 * Redirection of pages based on redirect.conf file
169 if ($INPUT->str('redirect',NULL) == 'no') return;
171 // read redirect map
207 $redirect = $this->_RedirectMatch($ID, $map);
208 if ($redirect !== false) {
209 $dest = $redirect['destination'];
210 $status = $redirect['status'];
225 * Redirect of media based on redirect.conf file
231 // read redirect map
269 $redirect = $this->_RedirectMatch($checkID, $map);
270 if ($redirect !== false) {
271 $dest = $redirect['destination'];
272 $status = $redirect['status'];
293 * @param array $map redirect map
315 * @param string $orig page id of redirect origin
316 * @param string $dest page id of redirect destination
338 $link[$id] = '<a href="'.wl($id, array('redirect' => 'no')).'" rel="nofollow"'.
377 // redirect from $orig to $dest