.htaccess help - moved directory

This is a discussion on ".htaccess help - moved directory" within the Web Page Design section. This forum, and the thread ".htaccess help - moved directory are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Feb 23rd, 2006, 10:45
New Member
Join Date: Jun 2005
Location: Oldham, UK
Age: 38
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
.htaccess help - moved directory

I have moved the contents of one of my directories to the root, and I now need to use my htaccess to rewrite an incoming request for a file to the new url.

Say I had a page at www.domain.com/folder/page.html
it is now located at www.domain.com/page.html

I know I can do a 301 for each page but as there are thousands it isnt an option. i need it to see what the requested page is and redirect it to the root by removing the folder part of the url.

As I'm useless at rewrite i've tried to come up with something but they dont work as intended. Can anyone help me here??

Thanks in advance.

Mark
Reply With Quote

  #2 (permalink)  
Old Feb 23rd, 2006, 12:11
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
Re: .htaccess help - moved directory

I think you need this:-

RewriteRule ^folder/(.*)$ http://www.yourdomain.com/$1 [L]
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote
  #3 (permalink)  
Old Feb 23rd, 2006, 16:12
New Member
Join Date: Jun 2005
Location: Oldham, UK
Age: 38
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Re: .htaccess help - moved directory

Thanks that did the trick
Reply With Quote
Reply

Tags
htaccess, help, moved, directory

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need Forum moved to new server shammy2007 Job Opportunities 5 Feb 9th, 2008 01:39
Footer moved? PicoDeath Web Page Design 5 Aug 17th, 2007 10:51


All times are GMT. The time now is 20:52.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43