|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Search Engine Optimization Forum SEO is much easier with help from peers and experts! The WebProWorld SEO forum is for the discussion and exploration of various search engine optimization topics. Any non (engine) specific SEO or SEM topics should go here. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Hi all,
I’ve recently set up a new leaflet printing website to replace my old domain. I know a bit about 301 redirects and have managed to implement one for the home page by replacing the index.htm file with a index.php file, and placing a php redirect in the header. However, all the other pages of the domain are .htm files, and the host says that I cannot implement a .htaccess file unless I upgrade my account and pay lots more money. Obviously I would prefer not to do this as the site is being shut down. As a temporary (and not ideal) solution I have used a meta refresh on some of the important pages, to redirect users to the new site. An example can be seen here. So the question is, does anyone know of a way around this without upgrading my package and spending lots more money on a dying domain? -------------------------------- Dave Last edited by DVDStar; 06-05-2008 at 07:53 AM. |
|
|||
|
lots of money? you can get hosting with HTaccess for like £10 a year!
you can't do a 301 redirect in html
__________________
Internet Marketing Consultancy - SEO Agony Uncle - Web Design Wales in browser self edit websites |
|
|||
|
I am not sure if this is what you are looking for but it seems to offer a variety of solutions. 301 Redirect - How to create Redirects
__________________
Website consulting and design for... small business, home based companies, personal or hobby websites http://twopooches.com/ |
|
|||
|
Ah this reminds me of a problem I had years ago trying to redirect a typepad site to a domain I purchased.
I met a few folks from Google at a conference, and they recommended a 0 second meta refresh. They said it's not optimal, but it should work. You can google for the instructions. Good luck! |
|
|||
|
Can you create 301 redirects in HTML...
Short answer: no Long answer: sorry, no "Hilarity" aside Good luck. |
|
||||
|
If the host allows you to process html files with the PHP engine then... you can. That requires access virtual hosting often doesn't provide. My server can run ASP on an html page I just had to set the ASP script engine to be invoked on htm extension as well. It's kinda' resource intensive but it allows me to run sponsor scripts in pages I couldn't otherwise do it.
I wouldn't walk away from any domain that has been live for a few years, that IMO, definitely leaves money on the table. Google authority, IMO is influenced by the age of a site.
__________________
Follow me on Twitter! On the Trail with SOSG How I became a Social Media Convert and Twitter and Agents of Influence and now regular poster at Cloudmixer where We're Mixing New Media Ideas. Last edited by Terry Van Horne; 06-05-2008 at 07:50 PM. |
|
||||
|
Quote:
If a host wants more money while there are competitors that offer the same and in your case more, for the same amount or less money, I would suggest to them setting 'a move of my domain in progress' because I would be leaving them for another 'cheaper and completer' host. If they value you as a client they will not want this to happen so probably let you place a .htaccess file where ever you want! Or maybe come up with another solution... Not to be a cheap bastard...but to remind the host that this is the situation and show them that doing something 'extra' will make you a satisfied customer. And what is better then that?
__________________
Erick Schluter Linkage, a nice websites portal Amsterdam . Netherlands http://www.linkage.nl Last edited by kcire; 06-05-2008 at 09:38 PM. Reason: Correcting a sentence... |
|
||||
|
hey go through these URL.
http://www.beyondink.com/howtos/301-redirect.php How to Redirect a Web Page Using a 301 Redirect 301 Redirect - How to create Redirects It will help you in easy way. Pervez Alam |
|
||||
|
Thanks for all of your help so far people. I'm going through the responses bit by bit and will hopefully find a good solution.
Cheers ----------------------------- <please add your link to your signature> Last edited by crankydave; 04-09-2009 at 03:31 PM. |
|
||||
|
Don't use the meta refresh tag it is an old spammers technique for bait and switch.
__________________
Follow me on Twitter! On the Trail with SOSG How I became a Social Media Convert and Twitter and Agents of Influence and now regular poster at Cloudmixer where We're Mixing New Media Ideas. |
|
|||
|
Can't you just change the DNS of the old domain to point to your new website, then change your htaccess on your new site with your new host?
|
|
|||
|
Yes, you can use meta refresh as Ron Angel suggested in #9 (OK, you already implemented it).
However it is very strange demand from your hosting company as the enabling of .htaccess file is controlled by a single 'AllowOverride' directive in server configuration (your site is on Apache server). I would suggest immediate migration to another hosting without much thinking. |
|
|||
|
It looks to me like you have the two domains hosted with different hosting companies. If this is indeed the case I would simply point my DNS for the old domain to my new host, set up a forwarded/add-on domain with that hosting, then set up my .htaccess file with the new hosting account to do all the redirects.
This way the old site never goes away (until your domain expires) giving you time to get the redirects listed in the search engines. And, you don't have to pay for two hosting accounts during this time. You could even load the old site on the new domain just to make sure nothing looks different while the redirects take hold. Of course, if you are using the same host and they do not allow you to go this route, then I would agree with others on here & go get new cheap hosting for the old domain (one that does allow .htaccess files)... And I also agree that you might try calling the hosting company and speak to a manager. Give them the scoop on why you need this, etc. We do a lot of things with our hosts in developing client sites that are not "allowed" (usually for some random security policy/reason)... we just have to explain why we need it and most of the time they allow it (always on a case by case situation)... Good Luck with this issue.
__________________
- Brian :: Website Design
|
|
||||
|
We use the Meta refresh a lot, and it can help search engines. For instance, we will set it up this way:
<meta name="robots" content="noindex, follow" /> <meta http-equiv="refresh" content="0;URL=http://www.newurl.ext/filename.html" /> This tells the search engines that the page has moved, don't index the current page any more, and index the new page instead. Good luck with it, there's no easy solution unfortunately.
__________________
I may disagree with what you say, but I will defend, to the death, your right to say it. Daffodil Valley Times, Tacoma Web Designers, $3.99 Web Hosting |
|
||||
|
an htaccess file on your new hosting can simply redirect the old site to the new site. Just point the dns of the old site to the hosting of the new site and redirect in that htaccess file.
__________________
FREE SEO ! Really? YES! All you have to do is implement it! Follow me on Twitter PeterIMC |
|
|||
|
This old page explains how to provide a redirect when you are not able to use an htaccess file.
How to Construct Redirect Pages - Curlew Communications Richard |
|
|||
|
I have to agree with some of the things above, apart from "I met a few folks from Google at a conference, and they recommended a 0 second meta refresh. They said it's not optimal, but it should work. You can google for the instructions."
Years ago maybe, but today that would possibly be seen as low level cloaking1 I certainly would not do that. the best IMo are 1. have a go at your current hosting company to provide HTaccess FOC. 2. Pay a few quid and buy some cheap hosting 3. if your new host will allow you to point multiple domains, then use the HTACCESS on the new domain to set up a 301 redirect match in the htaccess. 4. Lose the old domain. 4 is the ABSOLUTE LAST THING I would consider, As Terry VH pointed out, Google places great store on domain age, . My recommended option would be to place a 301 redirect match from the old domain to the new domain. This will redirect any requests (search engine spiders included), to the coresponding page on the new domain with the instruction "hey mister search engine, remove the page you asked for and replace it with this new page as it is the new home of the page you visited). While not perfect, it is as good as you will get to ensure that there is minimal disruption to your rankings. The beauty of redirect match (only really viable if the new structure is the same as the old structure and only th domain name element of the url has changed), is that the search engines can see at a glance that in fact it is simply a change of domain name and nothing else. This will allow the trust factor to be transferred to the new domain.
__________________
Internet Marketing Consultancy - SEO Agony Uncle - Web Design Wales in browser self edit websites |
|
|||
|
I would like to know if its possible to re-direct any/all pages from one domain to another ?
For e.g www.123.com is re-directing to www.986.com in this case is it possibly to re-direct www.123.com/1.htm & other such sub-pages to main site (986.com) ...basically no error 404 should appear for any page for 123.com Which is the best method to do such re-directions. Thanks Last edited by dubbing; 06-09-2008 at 11:04 AM. |
|
|||
|
dubbing try this:
RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} !^www\.123\.com$ RewriteRule ^(.*)$ http://www.986.com/$1 [L,R=301]
__________________
Wetter - Regenradar |
|
|||
|
thanks....
I would like to if this method of 301 re-direct is advisable for someone having multiple keywords directing to main site? if yes...whats the total # cap (if any) to such re-directs so that it doesnt fall under spam if no...then which method would you suggest |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 301 redirect from .html to .asp | PaulMycroft | IT Discussion Forum | 3 | 02-21-2008 07:35 AM |
| 301 Redirect from HTML to PHP | garywhw | Search Engine Optimization Forum | 3 | 01-23-2007 02:31 AM |
| HTML Redirect Pages | bobitza | Search Engine Optimization Forum | 2 | 04-20-2006 06:04 PM |
| How do I implement a look up table ? | uk2usa | Web Programming Discussion Forum | 5 | 04-05-2005 09:23 AM |
| How to Redirect .php pages to .html page? How to continue sa | Rohit_Malhotra | Google Discussion Forum | 3 | 10-21-2004 02:21 AM |
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |