Changes between Version 5 and Version 6 of secureweb


Ignore:
Timestamp:
Nov 25, 2016, 5:37:30 AM (8 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • secureweb

    v5 v6  
    223223'''Note''':
    224224For 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.
     225For Windows:host file is %!SystemRoot%\System32\drivers\etc\hosts, open with Notepad in Run As Admin mode.
    226226
    227227and restart your pc’s....
     
    409409Also 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.
    410410
    411 Edit port 80 virtual host configuration files and add these in bottom just before the line </VirtualHost>
     411Edit port 80 virtual host configuration files and add these in bottom just before the line </!VirtualHost>
    412412{{{
    413413RewriteEngine on
     
    464464sudo ufw status
    465465sudo ufw status verbose
    466 
     466}}}
    467467=== Troubleshoot ===
    468468{{{