Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2008-01-26, 05:26 PM   #1
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
Code:
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* http://whereyouwanttosendthem/ [L,R=301]
You may want to add the R=301 to give the surfer a 301 redirect. The default mod_rewrite redirect is a 302, which is a temporary redirect and was the cause of 'google scraping' where the temporary redirect and resulting page were considered dupes.

If its an unconditional redirect, you don't even need the RewriteCond rule to be there.
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote
Reply


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

Forum Jump


All times are GMT -4. The time now is 02:35 AM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc