SEO Scripts
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   SEO Chat ForumsOtherSEO Scripts

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread SEO Chat Forums Sponsor:
  #1  
Old April 9th, 2008, 02:14 AM
airping.seo airping.seo is offline
Registered User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Apr 2008
Posts: 1 airping.seo User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 9 m 8 sec
Reputation Power: 0
Question Help me on 301 redirection using .htaccess

Hello SEO Professionals,
I am new on this 301 redirection using .htaccess. I want your suggestions how to do this perfectly and search engine friendly. My task is to rewrite my site URLs. I am giving one example bellow:
/folder/company.php
/folder/tools.php

i want to rewrite this above URLs to the urls like below

/folder/software_company.php and
/folder/Software_tools.php. So, please give your suggestions on this problem.

Thanks in advance,
Sekhar.

Last edited by airping.seo : April 9th, 2008 at 02:16 AM.

Reply With Quote
  #2  
Old April 9th, 2008, 05:51 AM
Azher Memon's Avatar
Azher Memon Azher Memon is offline
Permanently Banned
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Sep 2007
Location: My Home
Posts: 161 Azher Memon User rank is Private First Class (20 - 50 Reputation Level)Azher Memon User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 3 Days 1 h 36 m 35 sec
Warnings Level: 10
Number of bans: 1
Reputation Power: 0
Send a message via Yahoo to Azher Memon Send a message via Google Talk to Azher Memon Send a message via Skype to Azher Memon
Quote:
Originally Posted by airping.seo
Hello SEO Professionals,
I am new on this 301 redirection using .htaccess. I want your suggestions how to do this perfectly and search engine friendly. My task is to rewrite my site URLs. I am giving one example bellow:
/folder/company.php
/folder/tools.php

i want to rewrite this above URLs to the urls like below

/folder/software_company.php and
/folder/Software_tools.php. So, please give your suggestions on this problem.

Thanks in advance,
Sekhar.



I hope you will find your answer here
Quote:
How to implement the 301 Redirect

1. To create a .htaccess file, open notepad, name and save
the file as .htaccess (there is no extension).

2. If you already have a .htaccess file on your server,
download it to your desktop for editing.

3. Place this code in your .htaccess file:

redirect 301 /old/old.htm http://www.you.com/new.htm

4. If the .htaccess file already has lines of code in it,
skip a line, then add the above code.

5. Save the .htaccess file

6. Upload this file to the root folder of your server.

7. Test it by typing in the old address to the page you've
changed. You should be immediately taken to the new
location.


this is what i found from net for this thread for more information you can check this
www[dot]isitebuild[dot]com/301-redirect.htm

and please share here if it will work and you found any other solution so we can know how this done..

Reply With Quote
  #3  
Old April 9th, 2008, 06:09 AM
pro_seo's Avatar
pro_seo pro_seo is offline
Moderator
SEO Chat Frequenter (2500 - 2999 posts)
 
Join Date: Apr 2006
Location: I N D I A
Posts: 2,902 pro_seo User rank is Sergeant Major (2000 - 5000 Reputation Level)pro_seo User rank is Sergeant Major (2000 - 5000 Reputation Level)pro_seo User rank is Sergeant Major (2000 - 5000 Reputation Level)pro_seo User rank is Sergeant Major (2000 - 5000 Reputation Level)pro_seo User rank is Sergeant Major (2000 - 5000 Reputation Level)pro_seo User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 1 Month 3 Weeks 6 Days 5 h 33 m 12 sec
Reputation Power: 40
Send a message via MSN to pro_seo Send a message via Yahoo to pro_seo Send a message via Google Talk to pro_seo Send a message via Skype to pro_seo
Quote:
Originally Posted by airping.seo
Hello SEO Professionals,
I am new on this 301 redirection using .htaccess. I want your suggestions how to do this perfectly and search engine friendly. My task is to rewrite my site URLs. I am giving one example bellow:
/folder/company.php
/folder/tools.php

i want to rewrite this above URLs to the urls like below

/folder/software_company.php and
/folder/Software_tools.php. So, please give your suggestions on this problem.

Thanks in advance,
Sekhar.


After you have created the HTACCESS like mentioned in the post above, put this within the file and upload it to your website root folder


Quote:
RewriteEngine On
Options +FollowSymlinks

redirect 301 /folder/company.php http://www.yourdomain.com/folder/software_company.php

redirect 301 /folder/tools.php http://www.yourdomain.com/folder/Software_tools.php



##Replace www.yourdomain.com with the URL of your website.

Let me know if this works for you.


Cheers!
__________________

SEO FAQs - You might find your answer here.
SEOchat Forum Rules - Read Before You Post


**Do what you feel in your heart to be right- for you'll be criticized anyway. You'll be damned if you do, and damned if you don't.**

Reply With Quote
  #4  
Old April 9th, 2008, 06:10 AM
JagNet's Avatar
JagNet JagNet is offline
Smoke me a kipper...
Click here for more information. Click here for more information
 
Join Date: Aug 2007
Posts: 2,119 JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level)JagNet User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 1 Month 1 Week 2 Days 14 h 16 m 40 sec
Reputation Power: 38
Are you wanting to rewrite or redirect? The two are not the same thing.

I'd also have to question why you are considering this. URL rewriting would normally be use to convert a URL with a query string into a more static looking URL, for example: view.php?id=7&cat=5 to /category/product.html

And from the examples you've given you appear to be wanting to get your keywords in your URL. The benefit you'd get (miniscule at best, more likely nothing perceptible) would be far outweighed by the disruption to your current SERPs from changing URLs.
__________________
... I'll be back for breakfast
New to SEO? SEOChat SEO FAQs
Forum Rules and Posting Guidelines
URL canonicalization code solutions
Vigorously pursuing the floccinaucinihilipilification of cheap SEO tricks

Reply With Quote
Reply

Viewing: SEO Chat ForumsOtherSEO Scripts > Help me on 301 redirection using .htaccess


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
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT