php redirect help needed please

cindy959

Newbie
Joined
Jul 7, 2018
Messages
16
Reaction score
5
hello

one of my old websites was used as a forum, I deleted all the old content and installed wordpress on the root domain.

I made new content on the wordpress site, and now I want to redirect some of the old forum urls to the new content (because of backlinks)

how can I redirect : homepage/vb/showthread.php?t=203

to homepage/example-post

??

please help I've been googling all day with no luck, I have no knowledge about php or scripting. but I know how to fix or edit the files on my site.

thanks!!
 
Login to your cpanel and use the redirect option and use 301 permanent redirect option.
 
hello

one of my old websites was used as a forum, I deleted all the old content and installed wordpress on the root domain.

I made new content on the wordpress site, and now I want to redirect some of the old forum urls to the new content (because of backlinks)

how can I redirect : homepage/vb/showthread.php?t=203

to homepage/example-post

??

please help I've been googling all day with no luck, I have no knowledge about php or scripting. but I know how to fix or edit the files on my site.

thanks!!

If you're using Wordpress you can use a plugin called 'Redirection'.
 
hi guys thanks for the replies.

I already tried that and the result is that only homepage/vb/showthread.php is affected by the redirect.

I need unique threads ids to redirect like : homepage/vb/showthread.php?t=203 etc
 
You dont need php redirect, you can do that with
* simple code on htaccess
* redirect plugin
 
You dont need php redirect, you can do that with
* simple code on htaccess
* redirect plugin

non of the codes I looked up worked, I need someone with knowledge on htaccess codes to help me out please
 
non of the codes I looked up worked, I need someone with knowledge on htaccess codes to help me out please

You'd have to use regular expressions then. Try putting a star at the end of the 'Source URL'.

Code:
homepage/vb/showthread.php*
 
You'd have to use regular expressions then. Try putting a star at the end of the 'Source URL'.

Code:
homepage/vb/showthread.php*
I tried this and it works : www blackhatworld com/seo/301-redirect.1001124/#post-10725286

I just changed the affid= with t=203 etc

thank you, and everyone on black hat world ;)
 
Back
Top