LINUX.IE, website of the Irish Linux Users' Group
Tux rules!

   
Home
New Users
Articles
Download
Projects
Community
Vendors

  Print Version
Email to...
 
Archives:


planetILUG

Recent News

News Archive


Join the
ILUG
on FaceBook


Join the
ILUG
on LinkedIn


Join the
ILUG SETI
Group



















 
 :: Mailing Lists

[ILUG] Rewrite to https for specific directories

[ILUG] Rewrite to https for specific directories

Colm MacCarthaigh colm at stdlib.net
Thu Feb 12 13:21:13 GMT 2004


On Thu, Feb 12, 2004 at 12:50:26PM +0000, bobb wrote:
> Hey folks, just wanna double check something...
> 
> I'm trying to force a redirect to https for specific directories 
> on the webserver, I have the following in the vhost:
> 
>   RewriteCond           %{REQUEST_URI}  ~bobb/r
>   RewriteCond           %{SERVER_PORT}  !^443$
>   RewriteRule           ^/(.*)?$        https://%{SERVER_NAME}/$1 [L,R]
> 
> Which does indeed appear to redirecto http://server/~bobb/r/foo.html
> to https://server/~bobb/r/foo.html
> 
> Just wondering if this is the best way to go about things...

It will work fine :) You can reduce the number of regular expression
expansions by doing:

RewriteCond	%{SERVER_PORT}  !^443$
RewriteRule 	^/~bobb/r(.*)?$	https://%{SERVER_NAME}/~bobb/r$1 [L,R]

But it 's probably no-odds.

-- 
Colm MacCárthaigh                        Public Key: colm+pgp at stdlib.net



More information about the ILUG mailing list
Read this without the formatting.
                                                                                                    

 

Hosted by HEAnet


Maintained by the ILUG website team. The aim of Linux.ie is to support and help commercial and private users of Linux in Ireland. You can display ILUG news in your own webpages, read backend information to find out how. Networking services kindly provided by HEAnet, server kindly donated by Dell. Linux is a trademark of Linus Torvalds, used with permission. No penguins were harmed in the production or maintenance of this highly praised website. Looking for the Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!
RSS Version
Powered by Dell