Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 2 matches
- Tue Feb 20, 2018 5:04 am
- Forum: Web Server
- Topic: Change main domain
- Replies: 0
- Views: 2595
Change main domain
I've recently acquired a VPS and decided that vestacp would be the best way to manage my domain.
I've installed vestacp, secured it, created a vanity domain etc.
BUT (yes there's a but)
I did so on a test domain that i've bought in order to test all the configurations/settings, since i didn't ...
I've installed vestacp, secured it, created a vanity domain etc.
BUT (yes there's a but)
I did so on a test domain that i've bought in order to test all the configurations/settings, since i didn't ...
- Mon Feb 19, 2018 8:03 pm
- Forum: Web Server
- Topic: [GUIDE] Secure PhpMyAdmin
- Replies: 26
- Views: 497033
Re: [GUIDE] Secure PhpMyAdmin
I tried the following to allow only direct link from vesta control panel :
RewriteEngine On
RewriteCond %{HTTP_REFERER} !(www.)?mydomain.com
RewriteRule .* - [F]
But I get a 500 error page. I did some research to understand the conditions here but can't get my head around them.
I did change ...
RewriteEngine On
RewriteCond %{HTTP_REFERER} !(www.)?mydomain.com
RewriteRule .* - [F]
But I get a 500 error page. I did some research to understand the conditions here but can't get my head around them.
I did change ...