SEO | Link Popularity | Search Engine Consulting | SEO Tutorial | SEO Tools | SEO Forum
Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 09-19-2006, 03:53 AM
ujjwalinfobase ujjwalinfobase is offline
SEO Junior and a half
 
Join Date: Jul 2006
Posts: 94 ujjwalinfobase is on a distinguished road
.htaccess Code to Redirect the Page and Url

Hello

I use the redirect command in .htaccess file to redirect the pages.
Any Body tell me what is the command or the syntax that i use in the following cases.
I want the following Redirects
1] http://domainname.com to http://www.domainname.com
2] http://domainname.com/index.html to http://www.domainname.com
3] http://www.domainname.com/index.html to http://www.domainname.com
4] www.domainname.com to http://www.domainname.com


Is the Code that you send used To Redirect all the Pages either in (Php,Asp,Html)
Reply With Quote
  #2  
Old 09-21-2006, 02:54 AM
Kate's Avatar
Kate Kate is offline
SEO
 
Join Date: Sep 2006
Location: Bangkok, Thailand
Posts: 848 Kate will become famous soon enough
Hi there,

I think you are talking about domain redirection out here so that u can direct all your non www traffic to www

I think this will be useful in that case

<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST}!^www\.example\.com
RewriteRule (.*) http://www.example.com/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /(([^/]+/)*)index\.html\ HTTP/
RewriteRule index\.html$ http://www.example.com/%1 [R=301,L]
</IfModule>

Replace example with your domain name..
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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
Forum Jump


Login/Register
User Name
Password
Remember Me?

Forum Links
Forum Home
SEO Forum
Internet Marketing Forum
Web Design Forum
Web Hosting Forum
Programming Forum
SEO Chat

Quick Links
Forum Home
New Posts
Mark Forums Read
Open Buddy List
User Control Panel
Edit Avatar
Edit Profile
Edit Options
Miscellaneous
Subscribed Threads
My Profile

Search Forums

Advanced Search
All times are GMT -8. The time now is 09:25 PM.


Powered by: vBulletin Version 3.0.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.