Lines 2-10
Link Here
|
2 |
|
2 |
|
3 |
# redirect http to https |
3 |
# redirect http to https |
4 |
#<VirtualHost *:80> #nohttps |
4 |
#<VirtualHost *:80> #nohttps |
5 |
# RewriteEngine On #nohttps |
5 |
# ServerName __OPACSERVER__ #nohttps |
6 |
# RewriteCond %{HTTPS} !=on #nohttps |
6 |
# ServerAlias __INTRASERVER__ #nohttps |
7 |
# RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L] #nohttps |
7 |
# RewriteEngine On #nohttps |
|
|
8 |
# RewriteCond %{HTTPS} !=on #nohttps |
9 |
# RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L] #nohttps |
8 |
#</VirtualHost> #nohttps |
10 |
#</VirtualHost> #nohttps |
9 |
|
11 |
|
10 |
# OPAC |
12 |
# OPAC |
11 |
- |
|
|