Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-17-2003, 11:17 AM
WebProWorld New Member
 

Join Date: Oct 2003
Location: Greenwood, SC
Posts: 1
Jack Smith RepRank 0
Default redirect

I just purchased a desired domain name,(buckstove.com) instead of creating an entire new site I have a redirect from my host. This is cheap, but is it as effective as another url that automatically redirects to my existing site (servicesales.com)? Is this the way to go? I have little experience and need help.
__________________
Jack Smith,retail sales, Greenwood, SC
Reply With Quote
  #2 (permalink)  
Old 10-17-2003, 03:58 PM
WebProWorld Member
 

Join Date: Oct 2003
Location: http://www.coolsiteoftheday.com/
Posts: 42
GregCSotD RepRank 0
Default

Well, it depends on what you want the other URL for. If you want it to get listed in search engines, the redirect is better than just having it point to your main site (though just a one page redirect isn't great for those purposes). If you just wanted to save that domain name, I would just point it to the same site as it will save visitors a click and page load. I personally think buckstove.com is a much better domain than servicesales.com. It specifies a type of product where as servicesales.com could be just about anything.
__________________
Greg

Get Cool Site of the Day's "Top 40 Tools for Web Sites" FREE:
http://www.coolsiteoftheday.com/webmasters.html
Reply With Quote
  #3 (permalink)  
Old 11-08-2003, 11:39 PM
WebProWorld Member
 

Join Date: Aug 2003
Location: Canada
Posts: 30
AlexBel RepRank 0
Default Re: redirect

I know three opportunities.
It is possible with META tag and with JavaScript, or you can edit a file of .htaccess.
META
Code:
<head>
 <meta http-equiv="refresh" count="0" url="http://servicesales.com/" />
</head>
JavaScript
Code:
<script language="JavaScript" type="text/javascript">
 location.href="http://servicesales.com/";
</script>
__________________
<-- AlexBel -->
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Tags:



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

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


Search Engine Optimization by vBSEO 3.2.0