SEO | Link Popularity | Search Engine Consulting | SEO Tutorial | SEO Tools | SEO Forum
Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 03-18-2010, 06:55 PM
gennsearch's Avatar
gennsearch gennsearch is offline
SEO Junior and a half
 
Join Date: Oct 2006
Location: Toronto
Posts: 80 gennsearch is on a distinguished road
Send a message via MSN to gennsearch Send a message via Yahoo to gennsearch
redirect a folder and contents

I have a site that I need to move a folder,

domain.com/folder/page.php
to new
domain.com/page.php


this is what I used but redirect the entire folder and not the contents in it.

<IfModule mod_rewrite.c>

RewriteEngine On
RewriteBase /
RewriteRule ^folder/(.*) http://www.domain.com/ [R=301,L]

</IfModule>
__________________
Genn Search
Reply With Quote
  #2  
Old 03-19-2010, 09:31 AM
Paz's Avatar
Paz Paz is offline
SEO GUY Moderator
 
Join Date: Sep 2004
Location: Antalya, Turkey
Posts: 4,238 Paz has a spectacular aura aboutPaz has a spectacular aura about
Hi,

Looks promising but I'd start by changing from;

RewriteRule ^folder/(.*) http://www.domain.com/ [R=301,L]

to;

RewriteRule ^/folder/(.*) http://www.domain.com/$1 [R=301,L]

but on reflection I wouldn't move at all..... htaccess redirects aren't as 100% effective as they used to be and unless I had a compelling reason I'd leave well alone.

Cheers,
Paz.
__________________
10.3 million entries for Hotels in Turkey but I'm still chipping away.
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 02:15 PM.


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