Advertisement
Guest User

Untitled

a guest
May 31st, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. /* redirect traffic to HTTPS */
  2. <VirtualHost *:80>
  3. ServerName localhost
  4. Redirect permanent / https://localhost
  5. </VirtualHost>
  6.  
  7. https://192.168.1.101/owncloud/index.php/apps/files/
  8. http://192.168.1.101/owncloud/index.php/apps/files/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement