Advertisement
Guest User

Untitled

a guest
Feb 9th, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <LocationMatch /eg/staff/>
  2. SSLRequireSSL
  3. Options -MultiViews
  4. PerlSetVar OILSWebStopAtIndex "true"
  5.  
  6. RewriteCond %{HTTPS} off
  7. RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [NE,R,L]
  8.  
  9. # sample staff-specific translation files
  10. #PerlAddVar OILSWebLocale "en_ca"
  11. #PerlAddVar OILSWebLocale "/openils/var/data/locale/staff/en-CA.po"
  12. #PerlAddVar OILSWebLocale "fr_ca"
  13. #PerlAddVar OILSWebLocale "/openils/var/data/locale/staff/fr-CA.po"
  14. </LocationMatch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement