Personal Development for Smart People Forums

Personal Development for Smart PeopleTM Forums

 

Go Back   Personal Development for Smart People Forums > Personal Development > Technology & Technical Skills

Notices

Technology & Technical Skills Computer skills, hardware, software, internet topics, gadgets, programming

Reply
 
Thread Tools Display Modes
Old 06-12-2008, 11:49 AM   #1 (permalink)
Love in Action (Mod)
 
Join Date: May 2008
Location: Ohio
Posts: 2,527
pianoperformer is just really nicepianoperformer is just really nicepianoperformer is just really nicepianoperformer is just really nice
Default Redirecting to Another Blog

Hi,

I am thinking of changing the name of my blog and using an alias to post, because as much as I love writing about spirituality, I also don't want it to affect me professionally later on, if someone were to research my name, especially since the subject matter are total opposites and one may look down upon the other. I've been considering this for a few days, and it seems like the best move.

So, let's say I get another domain, upload all of the same files (I should be able to just copy over all the files from my current one right?), and I get it working. But, either, I want to redirect everything that goes to that one blog, to the new one, via a 301 redirect, or if I want to keep stuff on the first domain, I'd just want to redirect certain posts, tags, and categories.

Does anyone know how to do either one of these? I know the first can be done with a simple rewrite rule, but I don't claim to know what it is, as it's been a while since I've needed to do so. I don't know if there are any easy ways of doing this the second way, without having hundreds of rewrite rules, lol.
pianoperformer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-12-2008, 12:56 PM   #2 (permalink)
Family Member
 
Join Date: Jan 2007
Location: The Netherlands
Posts: 1,823
JimOfferman is on a distinguished road
Default

Quote:
Originally Posted by pianoperformer View Post
I also don't want it to affect me professionally later on, if someone were to research my name, especially since the subject matter are total opposites and one may look down upon the other.
If you don't want to have the posts about spirituality associated with your other stuff, why have the redirect at all? Wouldn't the redirect itself establish the very connection between the two that you apparently want to avoid?
JimOfferman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-12-2008, 01:18 PM   #3 (permalink)
Love in Action (Mod)
 
Join Date: May 2008
Location: Ohio
Posts: 2,527
pianoperformer is just really nicepianoperformer is just really nicepianoperformer is just really nicepianoperformer is just really nice
Default

Not really. There's nothing else on the domain. I am talking about when I am searching for employment, for example. If things redirect, people don't know about it unless they know the URL to the redirecting page.
pianoperformer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-12-2008, 03:13 PM   #4 (permalink)
Family Member
 
Join Date: Jan 2007
Location: The Netherlands
Posts: 1,823
JimOfferman is on a distinguished road
Default

Quote:
Originally Posted by pianoperformer View Post
Not really. There's nothing else on the domain. I am talking about when I am searching for employment, for example. If things redirect, people don't know about it unless they know the URL to the redirecting page.
I still don't understand what you need the redirect for...
Let's say you have two domains:
brandon.com - your personal site
thebigswamy.com - your spirituality blog

Why would you ever want to redirect the browser from thebigswamy.com to brandon.com? That would kind of defeat the purpose of having the separate domain, wouldn't it?

Just to get the terminology straight: as far as I know, a "redirect" is where the server tells the browser to go to a different url than the original request. This is different from, say, a rewrite rule (such as the ones the blog systems use to create permalinks), where the server translates the url to mean something different (i.e. /home/ becoming index.php?page=home on the server end).
JimOfferman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-12-2008, 11:02 PM   #5 (permalink)
Love in Action (Mod)
 
Join Date: May 2008
Location: Ohio
Posts: 2,527
pianoperformer is just really nicepianoperformer is just really nicepianoperformer is just really nicepianoperformer is just really nice
Default

OK, let me try this again.

I currently have brandonolivares.com. I want to register a new domain, let's call it example.com, because I'm totally unoriginal.

Currently, my blog about spirituality is on brandonolivares.com. I want to change it to example.com, and blog under an alias.

Therefore, in order to keep search engine traffic, I would like to redirect much of the traffic to brandonolivares.com to example.com. My two choices are:
  • Redirect all traffic to any page on brandonolivares.com to the same page on example.com with a 301 redirect.
  • Redirect only the posts, pages, tags, and categories that used to be on brandonolivares.com to example.com so that those looking for specific content can find it on the new domain, yet I can still put content on brandonolivares.com without it being redirected to example.com.

You are correct about the redirect. I'm pretty sure rewrite rules can be used though to point to new domains, since you can use regex in rewrite rules. Therefore, they can effectively be used as a redirect.
pianoperformer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-13-2008, 06:38 AM   #6 (permalink)
Family Member
 
Join Date: Jan 2007
Location: The Netherlands
Posts: 1,823
JimOfferman is on a distinguished road
Default

Quote:
Originally Posted by pianoperformer View Post
I currently have brandonolivares.com. I want to register a new domain, let's call it example.com, because I'm totally unoriginal.

Currently, my blog about spirituality is on brandonolivares.com. I want to change it to example.com, and blog under an alias.
This part makes sense.

Quote:
Therefore, in order to keep search engine traffic, I would like to redirect much of the traffic to brandonolivares.com to example.com.
The price of this tack, of course, being that the link between brandonolivares.com and example.com is out in the open - for your current visitors, but also for those potential employers!

Quote:
You are correct about the redirect. I'm pretty sure rewrite rules can be used though to point to new domains, since you can use regex in rewrite rules. Therefore, they can effectively be used as a redirect.
Apparently you can add rewrite rules that point to different domains. Here's a fairly extensive tutorial on them:
.htaccess tricks and tips.. part two: url rewriting with mod rewrite.
JimOfferman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-13-2008, 09:11 AM   #7 (permalink)
Love in Action (Mod)
 
Join Date: May 2008
Location: Ohio
Posts: 2,527
pianoperformer is just really nicepianoperformer is just really nicepianoperformer is just really nicepianoperformer is just really nice
Default

Actually, the link would not be apparent. The redirect would be 301, so Google would know that it is a perminant change. I'm thinking that either I will redirect the whole thing for a limited time, and then after I am sure all the traffic is redirected, I can take out the redirection. Otherwise, I would have to try to find patterns for at least the posts and such. See, if only the existing pages are redirected, then the link would then certainly not be known, as it could not be unless one knew of the content of the site.

But either way, I think the redirect would be temporary, because both would require the redirection of the front page, and obviously I'd need to change that front page eventually.

Hmm, I guess what I'm saying then is that the link would not be known just by a simple search, I don't think. If one knew that I had such a domain, and went to it, and I had not stopped the redirection, then I guess that would be obvious. But, I'm not sure how else to go about it, except for a temporarily perminant redirect, lol.

If you have any advice regarding that, I'd be happy to hear.
pianoperformer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-13-2008, 01:16 PM   #8 (permalink)
Love in Action (Mod)
 
Join Date: May 2008
Location: Ohio
Posts: 2,527
pianoperformer is just really nicepianoperformer is just really nicepianoperformer is just really nicepianoperformer is just really nice
Default

Hmm, so I guess I see your point now.

See I'm trying to get the best of both worlds here. I want to have my existing traffic be directed to the new domain. I don't get much traffic, but still it's better than nothing.

But then I want to eventually be able to use the old domain again, and not have it associated with the new domain.

Just not sure if it is possible, or what I should do in order to go about this.
pianoperformer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-13-2008, 02:59 PM   #9 (permalink)
Family Member
 
Join Date: Jan 2007
Location: The Netherlands
Posts: 1,823
JimOfferman is on a distinguished road
Default

I think you should just build your new blog and not worry about bringing over the few people who still visit your old site. The hassle is not worth the payoff, imho, specially since you want to keep the two entities separate.

Google will index your new site.
People interested in spirituality will find it on google.

Good luck!
JimOfferman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-13-2008, 03:07 PM   #10 (permalink)
Love in Action (Mod)
 
Join Date: May 2008
Location: Ohio
Posts: 2,527
pianoperformer is just really nicepianoperformer is just really nicepianoperformer is just really nicepianoperformer is just really nice
Default

True. I think I will. It'll be a bit of a pain though to transfer those posts that I want to be on the new one, since I've written some posts for it already that I don't want to lose.

Maybe I will move all files to the new domain, keep the same database, and just delete the old posts that are not relevant to the new site.

Anyway thanks for the suggestions.
pianoperformer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-13-2008, 04:04 PM   #11 (permalink)
Family Member
 
Join Date: Jan 2007
Location: The Netherlands
Posts: 1,823
JimOfferman is on a distinguished road
Default

You're welcome
JimOfferman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-16-2008, 11:17 PM   #12 (permalink)
Member
 
Join Date: Jan 2008
Location: Sydney
Posts: 76
borntosucceed is on a distinguished road
Default

Hi;
Just read this thread and trying to read between the lines. Is your main concern changing using an alias for the current posts that are posted under your name?
borntosucceed is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-17-2008, 12:59 AM   #13 (permalink)
Love in Action (Mod)
 
Join Date: May 2008
Location: Ohio
Posts: 2,527
pianoperformer is just really nicepianoperformer is just really nicepianoperformer is just really nicepianoperformer is just really nice
Default

Quote:
Originally Posted by borntosucceed View Post
Hi;
Just read this thread and trying to read between the lines. Is your main concern changing using an alias for the current posts that are posted under your name?
Hi,

No, that's simple. Just have to change my display name in the blog.

Is there much reading between the lines to be done? I tried to make it as clear as possible what I wanted to do.

either way, this is resolved now. thanks though.
pianoperformer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Do blog carnivals work for you/your blog? Ali from The Office Diet Technology & Technical Skills 10 12-16-2008 09:50 AM
Ask the Oracle and Other New Blog Features (Blog) Savage Steve Pavlina 13 03-18-2008 08:49 AM
my blog and redirecting to personal domain ellie Technology & Technical Skills 0 11-29-2007 10:59 PM
Blog at homepage or in .com/blog/ folder? Your thoughts? Holistic Star Technology & Technical Skills 6 11-06-2007 06:55 PM
Increase blog traffic: Blog Critics? Jonathan Technology & Technical Skills 0 06-13-2007 01:10 PM


All times are GMT. The time now is 12:14 PM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2010 by Pavlina LLC