![]() |
|
|||||||
| General Web Design Forum Discuss General Web Design Issues |
|
|
![]() |
|
|
LinkBack (1) | Thread Tools | Display Modes |
|
||||
|
Hey u lot. Just ran my domain name through a tool that i got linked to and it tells me that http://www-acuitydesigns-net has 365 inbound link and http://acuitydesigns-net has 345 and that if i implement a 301 redirect google will combine the two figures so i will have the 700+ links pointing to my one www-acuitydesigns.net thus increase my pagerank etc/ searcj ranking as googl currently think they are two seperate sites???
any advice on how to implement a 301 redirect etc...
____________________________
Graphic Design, Illustration and Web Development |Graphid Design Blog| Graffiti Gallery |
|
|
|
|||
|
Hi There, I am not quite sure about the inbound links but I would suggest you use other tools to double chack. Sign in to google webmaster tool at: Google Webmaster Central to make sure. As per the 301 redirect just create a .htaccess.txt file in your root folder and type in the following text to redirect the whole site:
redirect 301 / newdomainname.com or if you want to redirect different single pages: redirect 301 /olddir/page1.html newdomainname.com When finished, save and remove the ".txt" extension from the file name and upload the file to the server. Make sure you check the redirect is search engine friendly using: Search Engine Friendly Redirect Checker |
|
||||
|
____________________________
I am — Harry Roberts | Web Design+ Licenses now available | CSS Wizardry | And now Twitter |
|
||||
|
Quote:
the contents of my .htaccess RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.acuitydesigns\.net$ [NC] RewriteRule ^(.*)$ http://acuitydesigns.net/$1 [R=301,L]
____________________________
Graphic Design, Illustration and Web Development |Graphid Design Blog| Graffiti Gallery |
|
||||
|
Hmm, strange. I'm not sure why it's not working. I'll take another peek at my .htaccess when I get chance.
____________________________
I am — Harry Roberts | Web Design+ Licenses now available | CSS Wizardry | And now Twitter |
|
||||
|
cheers...
shouldn't you be at work? lol
____________________________
Graphic Design, Illustration and Web Development |Graphid Design Blog| Graffiti Gallery |
|
||||
|
I am :)
____________________________
I am — Harry Roberts | Web Design+ Licenses now available | CSS Wizardry | And now Twitter |
|
||||
|
niiiicccee
____________________________
Graphic Design, Illustration and Web Development |Graphid Design Blog| Graffiti Gallery |
|
|||
|
Here is an article you might find useful. Giving search engine spiders direction - 301 redirect
____________________________
Rexibit Web Services - Website Design - Graphic Design Gallery Don't just build it - CSS it. |
|
||||
|
Ohhh but you know I have a tutorial already {thanks for pointing people my direction, btw.... fockers}
How to Redirect a Web Page | 301 redirect
____________________________
Tommy Logic ™ Web Design :: Valid XHTML & CSS :: SEO :: CMS :: eCommerce Web Design Tutorials :: Computer Tutorials |
![]() |
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Redirect your HTML pages without using Javascript or PHP | Graphic Design Blog | Graphic Design Blog | 0 | 10-07-2008 12:20 PM |
| How to Redirect a Web Page | 301 redirect | Graphic Design Blog | Graphic Design Blog | 0 | 28-02-2008 03:50 AM |
| How to Redirect a Webpage | 301 redirect | tommylogic | Graphic Design Tutorials | 1 | 23-02-2008 03:34 PM |
| [HTML]Redirect without using PHP | crazyleaf | Graphic Design Tutorials | 4 | 21-02-2008 02:53 PM |