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…
Using Crontab with Plesk to call PHP files (drupal – joomla – etc )
- No Comments
- Dec, 13, 2010
- Angelo Schalley
- html / php, joomla, Linux, Plesk Linux
Having battled with getting a php file to be called from a scheduled task (a.k.a. a crontab task) using the Plesk interface panel on a Linux box, I thought I’d share a bit of a how-to on it because I struggled to find anything helpful out there on the topic.
Read more on Using Crontab with Plesk to call PHP files (drupal – joomla – etc )…
Display Post Excerpts Only in WordPress – dont display full content
- No Comments
- Jun, 25, 2010
- Angelo Schalley
- html / php, Wordpress
Changing the Full Post Content to an Excerpt :
WordPress makes changing your content displays on your own full version WordPress easy. To change the way your content displays on these pages, edit the appropriate template files with the built-in Theme Editor (Presentation > Theme Editor) or any text editor and search for the_content() and change it to the_excerpt(). That’s it.
Read more on Display Post Excerpts Only in WordPress – dont display full content…