From: Michael Grinnell (grinnell@american.edu)
Date: Tue Aug 06 2002 - 12:46:29 CDT
You can use mod_rewrite for apache.
Just put a rule in there similar to this
<VirtualHost _default_:80>
SSLDisable
Redirect / https://netreg.whoever.edu
RewriteEngine On
RewriteLogLevel 1
RewriteRule /.* https://netreg.whoever.edu/ [R]
ErrorLog logs/http_error_log
CustomLog logs/http_access_log common
</VirtualHost>
You can also use this to redirect everybody to an ssl encrypted version of
the site, which is what this is doing.
Michael Grinnell
Network Security Analyst
The American University
e-mail: grinnell@american.edu
desk: (202) 885-2491
cell: (202) 257-0484
|---------+----------------------------->
| | "Brad Pinkston" |
| | <bpinksto@centenar|
| | y.edu> |
| | Sent by: |
| | owner-netreg@south|
| | western.edu |
| | |
| | |
| | 08/06/2002 09:24 |
| | AM |
| | Please respond to |
| | netreg |
| | |
|---------+----------------------------->
>---------------------------------------------------------------------------------------------------------------|
| |
| To: <netreg@southwestern.edu> |
| cc: |
| Subject: NetReg: Name Server Problems |
>---------------------------------------------------------------------------------------------------------------|
We just installed Netreg on our Resnet. The system is working spectacular,
but there is one problem i have. When a user opens his browser I get a 403
error if the URL is any longer than just http://www.somewhere.com. Is
there a workaround for this, such as a URL rewrite rule for apache? Has
anyone else run into this problem?
Thanks
Brad Pinkston
Centenary College of LA
IT Dept.
(318) 869-5003
**********************************************************************
To unsubscribe from this list, send an e-mail message to
majordomo@southwestern.edu containing a single line with the words:
unsubscribe netreg
Send requests for assistance to: owner-netreg@southwestern.edu
**********************************************************************
This archive was generated by hypermail 2.1.4 : Thu Aug 12 2004 - 12:01:37 CDT