vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Forum and Server Management (https://vborg.vbsupport.ru/forumdisplay.php?f=232)
-   -   URL redirect after moving forum (https://vborg.vbsupport.ru/showthread.php?t=255437)

JacquiiDesigns 12-17-2010 08:48 PM

URL redirect after moving forum
 
I hope I am phrasing this correctly...

I've moved my forum from the main root folder to the "forum" folder -- from http://jpicforum.info to http://jpicforum.info/forum/ -- and I would like to know how I can permanently redirect all my currently indexed "powered by vbulletin" pages to the new url structure.

My main forum index had been http://jpicforum.info/index1.php - but now the forum index is http://jpicforum.info/forum/ -- So for instance I want what was http://jpicforum.info/adult-writes/ to redirect to new http://jpicforum.info/forum/adult-writes/ url

What's the easiest way to accomplish this please?

Jacquii.

btw - I am using vBSEO...

calorie 12-17-2010 09:00 PM

Maybe with htaccess... untested but perhaps something like this:
Code:

RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www\.)?jpicforum\.info
RewriteRule (.*) http://jpicforum.info/forum/$1 [R=301,L]


Roms 12-18-2010 06:11 PM

Make an index page (just take a .txt file put this code in it and rename it index.html) and put it in the old folder...
HTML Code:

<script type="text/javascript"><!--window.location = "http://jpicforum.info/forum/"//--></script>
But, calories way is probably better lol ;)

metalguy639 12-22-2010 02:47 AM

Yeah htaccess is a better way. you can also sometimes set up htaccess within your Cpanel if you are using that on your hosting package. i believe there is a link in the panel for redirection if I remember properly. The vBSEO guys would also probably have a really good idea of what to do as well.

JacquiiDesigns 12-24-2010 07:43 PM

Thanks for the response guys

You can see all the pages we have indexed in Google - particularly the links that go to the forum. Ideally it would be nice to simply have a script of some sort or url re-direct specifically for the forum posts.

I already have a redirect of sorts in place = browse to http://jpicforum.info/blablabla/ -- I use a meta refresh code to auto redirect to my new homepage.

HTML Code:

<meta http-equiv="refresh" content="6; URL=http://jpicforum.info/"><a href="http://jpicforum.info/">Click here to redirect to the homepage.</a>
((sigh...))

IDK - I was just hoping that there would be an easy way to automatically redirect all old urls to the http://jpicforum.info/forum/ new 'forum' folder.

JacquiiDesigns 12-29-2010 12:40 AM

Just as an fyi...

Actually it's pretty interesting. I have the vBSEO sitemap addon installed of course... It has been generated twice since I've re-opened my forum and interestingly enough -- it seems as if all my links have been correctly re-indexed with the http://jpicforum.info/forum/ url

I truly did not expect that to happen, and to happen so quickly. But apparently it has.

Anyway - thanks again for the suggestions ya'll - and happy 2011 to you all ;)

Jacquii.


All times are GMT. The time now is 05:51 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.01154 seconds
  • Memory Usage 1,726KB
  • 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_code_printable
  • (2)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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