Make a php info test file on your webserver
- No Comments
- Mar, 12, 2011
- Angelo Schalley
- html / php, IIS, joomla, Linux, Plesk Linux, Plesk Windows
put a file in your websites root directory or a in some folder :
info.php :
<?php
phpinfo();
?>
save and give execute writes : chmod +x
Password protect a directory within IIS
- No Comments
- Dec, 14, 2010
- Angelo Schalley
- html / php, IIS, Plesk Windows, security, Windows-Microsoft
1. Create the user:
Administrative Tools -> Computer Management
Expand Local Users and Groups
Right-click Users, select New User…
Fill in the appropriate fields, be sure to clear the box for “User must change password at next logon”.
Click Create
Read more on Password protect a directory within IIS…
PHP Safe mode Plesk 7 Windows
- No Comments
- Oct, 04, 2009
- Angelo Schalley
- Plesk Windows
Yes, you can use custom php.ini in virtual domains. I’ve found that it’s
possible also to use registry, but we have not yet checked it.
=====================
How the registry to do per-directory settings.
Read more on PHP Safe mode Plesk 7 Windows…