Gossamer Forum
Home : General : Chit Chat :

.htaccess redirect question

Quote Reply
.htaccess redirect question
Does anyone know if you use this command in an .htaccess file

Redirect /training/adulted/scs.html http://www.joyofcode.com/programs/scs.html

will the produce a client side or server side redirect?

I've heard both sides but can anyone answer with some degree of certainty. There has to be a correct answer somewhere.

Thanks much in advance.

Bud
==============================
Bud Kraus
Your Friendly Instructor

Introduction To XHTML And CSS - The Online Workshop Teaching People How To Make Web Pages

http://www.joyofcode.com

973 235 1452
IM - accessbud
Quote Reply
Re: [trynet] .htaccess redirect question In reply to
Not definate, but adding a [L] at the end will "load", whilst a [R] will "redirect".

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [trynet] .htaccess redirect question In reply to
Redirect : Sends an external redirect asking the client to fetch a different URL

Andy: L/R (e.g., [L,R]) flags apply to RewriteRules (derived from mod_rewrite Apache module), and not the Redirect directive (derived from mod_alias Apache module).

----
Cheers,

Dan
Founder and CEO

LionsGate Creative
GoodPassRobot
Magelln
Quote Reply
Re: [dan] .htaccess redirect question In reply to
Quote:
Andy: L/R (e.g., [L,R]) flags apply to RewriteRules (derived from mod_rewrite Apache module), and not the Redirect directive (derived from mod_alias Apache module).

I knew that Blush

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!