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


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
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
Principal

Virtual Solutions
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


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates