vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   need to redirect .php?t=x to another dir (https://vborg.vbsupport.ru/showthread.php?t=93335)

COBRAws 08-01-2005 06:18 AM

need to redirect .php?t=x to another dir
 
sup guys.
(i think this is the right section, if not, im sorry)

I recently changed my forums dir to another one, and of course, im gettin a huge 404 error log file (i knew this would happend, so i dont bother).

What i would like to do is redirect visits sent to the old forum dir to the new one.

example:

if a user goes to mysite.com/forum/forumdisplay.php?f=1
it redirects to mysite.com/board/forumdisplay.php?f=1

thank you very much.

sabret00the 08-01-2005 08:23 AM

this should be in hack requests.

basically name this forumdisplay.php and put it in your old directory

PHP Code:

<?php

if(intval($_REQUEST['t']))
{
    
header("Location: http://www.yoursite.com/board/forumdisplay.php?f=" $_REQUEST['t'] . "");
}

?>


COBRAws 08-01-2005 04:40 PM

thank you sabret00the! =D

sabret00the 08-01-2005 09:05 PM

no problemo :)


All times are GMT. The time now is 11:53 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01058 seconds
  • Memory Usage 1,711KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete