Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
ef28363e
Commit
ef28363e
authored
Feb 26, 2014
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Redirect from http to https.
parent
447401af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
www/aptui/.htaccess
www/aptui/.htaccess
+5
-0
No files found.
www/aptui/.htaccess
View file @
ef28363e
...
...
@@ -6,6 +6,11 @@ DirectoryIndex instantiate.php
RewriteBase
/
RewriteEngine
on
## Only perform this rule if we're on the expected domain
RewriteCond
%{HTTP_HOST} aptlab\.net$ [NC]
RewriteCond
%{HTTPS}
off
RewriteRule
(.*) https://www.aptlab.net%{REQUEST_URI}
# Old quickvm page.
RewriteRule
^/quickvm.php /instantiate.php [R=301,L]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment