Install Windows Media Player 11 on Server 2003
I found the directions for doing this on the web, somewhere, but I felt as though the page was poorly written. It failed to note a couple of things which[…]
An odd collection of stuff.
I found the directions for doing this on the web, somewhere, but I felt as though the page was poorly written. It failed to note a couple of things which[…]
Here’s a fairly common problem you may run into when attempting to install Magento. You’ll get the error “Database server does not support the InnoDB storage engine”. All is not[…]
I’ve got an older MagicJack and the thing has worked great, for years. It’s the kind which has to be plugged into a computer and the thing has always worked[…]
How to Setup Exchange Server 2007 Follow the steps below to correctly configure your Exchange Server 2007 email server for general use, and for use with IGetMail. Note that for[…]
How to Setup Exchange Server 2010 Follow the steps below to correctly configure your Exchange Server 2010 email server for general use, and for use with IGetMail. Note that[…]
This is a collection of poor quality, short movies of my various pups. They are meaningless both individually and in their entirety. They are here for my own entertainment –[…]
Golf Tournament Helps “War Heroes” Work Through the Tough Times And golf tournaments apparently help douche bags like Tim Poe, too (hey – they’ve got FREE BEER!). Timothy Poe is[…]
You can use the following code to find files of a certain type, on Linux, and copy all of them to a new location. In the example below all “.tar”[…]
Password Generator(s) Password Generator #1 Password Generator #2 Password Protect a Directory
1 2 3 4 5 6 7 8 |
AuthUserFile /usr/local/apache2/somesite/somefolder/.htpasswd AuthGroupFile /dev/null AuthName "Enter User and Pass" AuthType Basic <Limit GET POST> require valid-user </Limit> |
Redirect all requests to a specific page
1 2 3 4 |
Options +FollowSymlinks RewriteEngine on RewriteCond %{REQUEST_URI} !/maintenance.html$ RewriteRule $ /maintenance.html [R=302,L] |
Allow access to lower-level directory
1 2 |
Allow from all Satisfy Any |
NOTE: The following[…]
This is an updated version of my Apache install (with MySQL and PHP) for Windows XP. It includes an optional update of PHP to version 5.3. I also recommend that[…]