Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby

Web Design Lobby Forum for general web design issues not specific to scripting or graphics.


Reply
 
LinkBack Thread Tools Display Modes
Share |
  #1 (permalink)  
Old 07-03-2012, 11:30 AM
labeshops's Avatar
Member
 
Join Date: 06-06-12
Location: Florida
Posts: 32
iTrader: 0 / 0%
301 redirect question

I have a site that used to be top ranked in science fiction, but has been inactive more or less for a while. I decided to revive it using wordpress so have done a redirect to the new blog directory via htaccess:

Code:
RewriteCond %{HTTP_HOST} ^scifispace.com RewriteRule (.*) http://www.scifispace.com/blog/$1 [R=301,L] RewriteCond %{HTTP_HOST} ^www.scifispace.com RewriteRule (.*) http://www.scifispace.com/blog/$1 [R=301,L]
Now the hard part I cannot figure out. I have some special sections in the site I want to preserve - for example, http://www.scifispace.com/firefly/ which is mentioned on the Firefly series dvd set.

How can I preserve these sections so they link properly to themselves? I tried:

Code:
RewriteCond %{HTTP_HOST} ^www.scifispace.com/firefly/ RewriteRule (.*) http://www.scifispace.com/firefly/$ [R=301,L]
but it pulls up the first post in wordpress that has "firefly" in it instead of linking to the folder as it should
__________________
Alchemy Gothic Jewelry | Home Decor, Clothing, Jewelry, Lingerie & More | - Affiliate Program Pays 8%
 
Reply With Quote
  #2 (permalink)  
Old 07-03-2012, 02:16 PM
labeshops's Avatar
Member
 
Join Date: 06-06-12
Location: Florida
Posts: 32
iTrader: 0 / 0%
Okay, so I made some progress, but am still having problems in that www.scifispace.com needs to redirect to www.scifispace.com/blog/ and for some reason, it isn't

Here is my current code:

Code:
#RewriteEngine On #RewriteCond %{HTTP_REFERER} !^http://(.+\.)?scifisource\.com/ [NC] #RewriteCond %{HTTP_REFERER} !^$ #RewriteRule .*\.(jpe?g|gif|bmp|png)$ /assets/images/nolink.jpe [L] ## list conditions for redirections: by equality or inequality, as needed RewriteCond %{HTTP_HOST} ^scifispace.com [nc] ## a few pages not to be redirected RewriteCond %{REQUEST_URI} !^.*\/html\/enterprise\.php\ HTTP/ RewriteCond %{REQUEST_URI} !^.*\/html\/birdsofprey\.php\ HTTP/ RewriteCond %{REQUEST_URI} !^.*\/html\/jeremiah\.php\ HTTP/ RewriteCond %{REQUEST_URI} !^.*\/html\/lonegunmen\.php\ HTTP/ RewriteCond %{REQUEST_URI} !^.*\/html\/lordoftherings\.php\ HTTP/ RewriteCond %{REQUEST_URI} !^.*\/html\/mothmanprophecy\.php\ HTTP/ RewriteCond %{REQUEST_URI} !^.*\/html\/smallville\.php\ HTTP/ ## a few folders not to be redirected RewriteCond %{REQUEST_URI} !^/(firefly|dollhouse) ### and so on, whatever conditions RewriteRule ^(.*)$ http://www.scifispace.com/blog/$1 [r=301,nc] RewriteRule ^index.php$ http://www.scifispace.com/blog/$1 [r=301,nc] RewriteRule ^html/firefly.php/$ http://www.scifispace.com/firefly/ [r=301,nc,L]
__________________
Alchemy Gothic Jewelry | Home Decor, Clothing, Jewelry, Lingerie & More | - Affiliate Program Pays 8%
 
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby

Reply

Tags
301 redirect


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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Permanent Redirect SEO Question gobeyond SEO Forum 4 01-27-2011 09:06 PM
Question about URL Redirect Manikkavalli SEO Forum 5 02-20-2010 11:22 PM
301 redirect, Very Important Question tdd1984 SEO Forum 13 07-31-2007 04:32 PM
Redirect 301 Question FGTH Coding Forum 3 07-02-2005 07:01 PM
Redirect Question crazyhorse Google Forum 7 12-04-2004 05:12 PM


V7N Network
Get exposure! V7N I Love Photography V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 09:15 PM.
Powered by vBulletin
Copyright © 2000-2013 Jelsoft Enterprises Limited.
Copyright © 2003 - 2013 Escalate Media LP




Search Engine Optimization by vBSEO 3.6.0 RC 2 ©2011, Crawlability, Inc.