<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="0.92">
<channel>
	<title>Calazan.com</title>
	<link>http://www.calazan.com</link>
	<description>Share the Knowledge</description>
	<lastBuildDate>Mon, 24 Mar 2008 02:22:55 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Apache: Redirecting http to https using a .htaccess file</title>
		<description>To redirect http traffic to https in Apache, create a .htaccess file with the following content:

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

Place the .htaccess file in your website directory and that should be it.

NOTE:  The rewrite module in Apache must be enabled for this to work.  To check whether ...</description>
		<link>http://www.calazan.com/apache-redirecting-http-to-https-using-a-htaccess-file/</link>
			</item>
	<item>
		<title>Windows cannot access the specified device, path, or file</title>
		<description>Error Message:  "Windows cannot access the specified device, path, or file.  You may not have the appropriate permissions to access the item."

If you get this error when you tried to run an executable file, simply do the following:

	 Right-click on the file and choose Properties.
	In the General tab, ...</description>
		<link>http://www.calazan.com/windows-cannot-access-the-specified-device-path-or-file/</link>
			</item>
	<item>
		<title>Exchange 2007 SP1: Message rejected as spam by Content Filtering</title>
		<description>Error Message:  "550 5.7.1  Message rejected as spam by Content Filtering."

One of our users reported that after we applied Service Pack 1 and Update Rollup 1 to Exchange Server 2007, some of the emails that he has scheduled to send daily were getting rejected with the message above.

I ...</description>
		<link>http://www.calazan.com/exchange-2007-sp1-message-rejected-as-spam-by-content-filtering/</link>
			</item>
	<item>
		<title>Exchange Management Tools SP1: Service Remote Registry failed to reach status “Stopped”</title>
		<description>I got this error while upgrading the Exchange Management Tools on my Windows XP computer at work to Service Pack 1.  I checked the services and the Remote Registry service is stuck at "Stopping" status.

To fix this, simply set the Remote Registry service's startup type to Manual, reboot your ...</description>
		<link>http://www.calazan.com/exchange-management-tools-sp1-service-remote-registry-failed-to-reach-status-%e2%80%9cstopped%e2%80%9d/</link>
			</item>
	<item>
		<title>Upgrading to Exchange Server 2007 SP1</title>
		<description>We just upgraded from Exchange 2007 RTM to Exchange 2007 SP1 yesterday morning and I'm happy to say that the upgrade went very smoothly.  It took about 20 minutes.

Here are some things to consider:

	Install .NET Framework 2.0 SP1 before upgrading.  This may not be required but Microsoft recommends ...</description>
		<link>http://www.calazan.com/upgrading-to-exchange-server-2007-sp1/</link>
			</item>
	<item>
		<title>Heroes Happen Here</title>
		<description>My co-workers and I attended the Microsoft launch event in New York yesterday for Windows Server 2008, Visual Studio 2008, and SQL Server 2008. The theme of the event was "HEROES happen {here}," where the heroes are the IT workers who make the technology work.

Overall, the event was pretty good, ...</description>
		<link>http://www.calazan.com/heroes-happen-here/</link>
			</item>
	<item>
		<title>Bill Gates Drops to Third Place</title>
		<description>After 13 years straight of being the richest person in the world, Bill Gates drops to third place, behind Warren Buffett and Carlos Slim Helú.

Here's Forbes' list of the 10 richest people in the world:

	Warren Buffett - U.S. - $62 billion
	Carlos Slim Helú - Mexico - $60 billion
	Bill Gates - ...</description>
		<link>http://www.calazan.com/bill-gates-drops-to-third-place/</link>
			</item>
	<item>
		<title>UK Government Laptop Sold on eBay, Including a Confidential Disc</title>
		<description>More of these news about confidential data getting lost...

A local PC repair firm found the disc under the the laptop's keyboard when the laptop was put in for repair.   The disc had the words "Home Office" and "Confidential" written on it.

The good news is, at least this time both the ...</description>
		<link>http://www.calazan.com/uk-government-laptop-sold-on-ebay-including-a-confidential-disc/</link>
			</item>
	<item>
		<title>Excel 2007: When trying to open Office Excel (.xls) file, worksheet does not open until you click the minimize or maximize button</title>
		<description>Update: Two more users reported the same problem and it looks like it's actually the Adobe PDF add-in causing the problem!  I noticed that all 3 users have this add-in.  I didn't uninstall it because they're using it, but what I did to fix this problem was I ...</description>
		<link>http://www.calazan.com/excel-2007-when-trying-to-open-office-excel-xls-file-worksheet-does-not-open-until-you-click-the-minimize-or-maximize-button/</link>
			</item>
	<item>
		<title>WMI: Access is denied. (Exception from HRESULT: 0&#215;80070005)</title>
		<description>We have one computer at work that I couldn't send a Remote Assistance request to and whenever I try to query it using WMI and PowerShell I get the following error message:

Get-WmiObject : Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

The problem turned out to be DCOM.  For some ...</description>
		<link>http://www.calazan.com/wmi-access-is-denied-exception-from-hresult-0x80070005/</link>
			</item>
</channel>
</rss>
