Go Back   iGuides Webmasters and Business Talk > iGuides Tutorials > Development Tutorials
Register FAQ Rules Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)   Report Post  
Old 10-28-2007, 09:12 PM
Zafar Ahmed's Avatar
Administrator
 
Join Date: Sep 2007
Posts: 1,254
Zafar Ahmed will become famous soon enough
iTrader: (2)
Send a message via MSN to Zafar Ahmed
Default 301 Redirection

Hello,

Definition:

The number "301" means "moved permanently". You implement the 301 redirect by creating a .htaccess file.
Google treats www and non-www URLS’s differently and to solve this 301 Redirect method is used.

How To Create 301 Redirects :

Look for a filename called .htaccess in public_html.

If you can’t find it, you will need to create one, you can create in notepad, open it, name and savethe file as .htaccess ( with no extention )

Create a file and insert the script below :

Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
Save the file and upload it to the root folder of your server.

Test it by typing the domain without www on the browser address bar, hit enter and see if it changes to http://www.domain.com.

Hope that helps Questions or Queries, feel free to post here or PM me.

Thank You

Regards,
ZafarAhmed
__________________
SEO Services & eMarketing Consultant
Online Workforce Training
"Enhance Online Business with iGuides Webmasters and Business Talk"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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


All times are GMT. The time now is 02:22 PM.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0

Ad Management by RedTyger