RM pages => HTTP/1.1 301 Moved Permanently

Status
This content is read-only, or is not open for further replies.

Robert9

Guest
offline
How can I manipulate the RM to show something like this:

<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: URL_to_thread");
header("Connection: close");
?>

all resources should point to the thread.
all categories should point to the specified forum.


I can try to use two templates.
Or better use an add-on that extends cat and res, fetch forum and thread, echo $output?

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom