Login
Preferences
Help/Guide
About Trac
Wiki
Context Navigation
←
Previous Change
Wiki History
Next Change →
Changes between
Version 13
and
Version 14
of
secureweb
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Nov 29, 2016, 1:15:29 PM (
8 years
ago)
Author:
admin
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
secureweb
v13
v14
413
413
{{{
414
414
RewriteEngine on
415
RewriteCond %{SERVER_NAME} = w
ww
.yourdomain.ws.learn.ac.lk
415
RewriteCond %{SERVER_NAME} = w
eb1
.yourdomain.ws.learn.ac.lk
416
416
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,QSA,R=permanent]
417
417
</VirtualHost>