Convert apache htaccess rewrite rules to nginx rewrite rules automatically
- No Comments
- Jan, 06, 2017
- Angelo Schalley
- html / php, Linux, Plesk Linux
The people @plesk builded a nice extension for converting htaccess content to nginx directives. Keep in mind : for plesk 11.5 and up !
Use the following plesk extension : “https://ext.plesk.com/packages/b33b9ba7-72c7-43a5-8454-f58236340563-htaccess-to-nginx”
Read more on Convert apache htaccess rewrite rules to nginx rewrite rules automatically…
auto redirect http to https plesk apache nginx directives
- No Comments
- Dec, 21, 2016
- Angelo Schalley
- Certificates, html / php, Plesk Linux, security
Go to your hosting configuration in Plesk :
Additional Apache directives
Add the following to Additional directives for HTTP :
Redirect / https://domain.com/
All http requests will be redirected to https://domain.com
Read more on auto redirect http to https plesk apache nginx directives…