MLUG: Re: [UUG/MLUG] regexp apache
Re: [UUG/MLUG] regexp apache
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

This is what I use.  

RewriteRule ^/(.*) https://machine.name/$1

This does everything, pages scripts the whole works.


-jeremy

On Fri, Dec 03, 1999 at 02:08:42PM -0600, Routier, Daniel J. wrote:
> Ok I am not the regexp wiz of the world, I need to get a good manual and sit
> but in the meantime can someone help me
> i'm trying to do something like
> 
> rewrite  http://some.address/scriptname.cgi  to
> https://some.address/scriptname.cgi
> I got:
> 
> RewriteRule ^/(.+).cgi$ https://sfa.missouri.edu/$1.cgi [R,L] 
> 
> However this doesn't seem to be passing the input to the script along as
> well.  Other combos I try are passing the script info but not adding the
> https...  Anything would be helpful, looking for the ENV stuff in the
> manpage now... =)
> 
> Daniel J Routier
> Programmer / Analyst
> Student Financial Aid
> University of Missouri

-- 
------
 Jeremy Hinegardner             EMAIL:PROTECTED
 Research Assistant             http://meru.cecs.missouri.edu

 University of Missouri - Columbia
 Multimedia Communications and Visualization Laboratory
------