Hello.
I have some user, for example, "example" :) And his home directory is /var/www/example/, where are sites folders (/var/www/example/example.com). For ftp access I use this user's login "example" and his password...
Hello.
I have a problem - some application sends too many queries to my API (works by http). I have forbidden it in php and in .htaccess:
RewriteCond %{QUERY_STRING} apikey=23e8a4dccbcfae76f73292fd5cc13f84 [NC]
Rewrit...