Changes between Version 5 and Version 6 of secureweb
- Timestamp:
- Nov 25, 2016, 5:37:30 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
secureweb
v5 v6 223 223 '''Note''': 224 224 For Linux:host file is /etc/host , edit with nano as sudo.[[br]] 225 For Windows:host file is % SystemRoot%\System32\drivers\etc\hosts, open with Notepad in Run As Admin mode.225 For Windows:host file is %!SystemRoot%\System32\drivers\etc\hosts, open with Notepad in Run As Admin mode. 226 226 227 227 and restart your pc’s.... … … 409 409 Also as a best practice it is better to disable port 80 or plain HTTP traffic to your server. But if your directly disable Port 80 and allow only 443 then we have to manually type “https://” before your exact url in browsers. Therefore, better to redirect all HTTP traffic to port443 from your server configuration without disabling. So to do that we need to put a redirect in each virtual host conf. files. 410 410 411 Edit port 80 virtual host configuration files and add these in bottom just before the line </ VirtualHost>411 Edit port 80 virtual host configuration files and add these in bottom just before the line </!VirtualHost> 412 412 {{{ 413 413 RewriteEngine on … … 464 464 sudo ufw status 465 465 sudo ufw status verbose 466 466 }}} 467 467 === Troubleshoot === 468 468 {{{