Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <LocationMatch /eg/staff/>
- SSLRequireSSL
- Options -MultiViews
- PerlSetVar OILSWebStopAtIndex "true"
- RewriteCond %{HTTPS} off
- RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [NE,R,L]
- # sample staff-specific translation files
- #PerlAddVar OILSWebLocale "en_ca"
- #PerlAddVar OILSWebLocale "/openils/var/data/locale/staff/en-CA.po"
- #PerlAddVar OILSWebLocale "fr_ca"
- #PerlAddVar OILSWebLocale "/openils/var/data/locale/staff/fr-CA.po"
- </LocationMatch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement