<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Smoking Linux &#187; Apache Tutorials</title>
	<atom:link href="http://www.smokinglinux.com/category/apache-tutorials/feed" rel="self" type="application/rss+xml" />
	<link>http://www.smokinglinux.com</link>
	<description>Exchange your Linux experience with us</description>
	<lastBuildDate>Wed, 01 Feb 2012 06:14:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess</title>
		<link>http://www.smokinglinux.com/apache-tutorials/no-hotlink-protect-your-website-from-hotlinking-with-htaccess</link>
		<comments>http://www.smokinglinux.com/apache-tutorials/no-hotlink-protect-your-website-from-hotlinking-with-htaccess#comments</comments>
		<pubDate>Sun, 06 Jan 2008 15:15:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache Tutorials]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[gif]]></category>
		<category><![CDATA[hotlink]]></category>
		<category><![CDATA[hotlinking]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[jpg]]></category>
		<category><![CDATA[nohotlink]]></category>
		<category><![CDATA[nohotlinking]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[png]]></category>

		<guid isPermaLink="false">http://www.smokinglinux.com/apache-tutorials/no-hotlink-protect-your-website-from-hotlinking-with-htaccess</guid>
		<description><![CDATA[If you have a website running on Apache and Linux System, you can disable hotlinks. Hotlinking is when a website or blog use your image with a direct link, so result a consuption of your website bandwith. I assume that I&#8217;ve posted a photo of 2MB on my blog and people use it on their [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a website running on Apache and Linux System, you can disable hotlinks.</p>
<p>Hotlinking is when a website or blog use your image with a direct link, so result a consuption of your website bandwith. I assume that I&#8217;ve posted a photo of 2MB on my blog and people use it on their webpage without reuploading my photo on their host. Posted Photo was viewed 200 times in 1 hour and consume 400mb of traffic only in 1 hour!! In a day became 9.6 GB of traffic and for website that hosted this photo not is good. Also, there are other many reasons to block hotlinking but this article would be only a solution to prevent hotlinking.</p>
<p>First of all you have to upload one image called <strong>no_hotlink.gif</strong> on your images directory of your website. (this image is attached below)</p>
<p align="center"><img src="http://www.smokinglinux.com/wp-content/uploads/2008/01/no_hotlink.gif" alt="No Hotlink" /></p>
<p align="center"><span id="more-928"></span></p>
<p align="center"><strong>no_hotlink.gif</strong> (to download it: right click and <strong>&#8220;Save Image As&#8221;</strong>)</p>
<p>Now you have to create a file called .htaccess and upload it on your root directory of your website, changing the text <strong>&#8220;smokinglinux.com&#8221;</strong> with the url of your website.</p>
<p>Copy and Paste this code on your <strong>.htaccess</strong>:</p>
<blockquote><p>RewriteEngine On<br />
RewriteCond %{HTTP_REFERER} !^http://(www\.)?smokinglinux\.com/ [NC]<br />
RewriteCond %{HTTP_REFERER} !^$<br />
RewriteRule \.(jpeg|gif|bmp|png)$ images/no_hotlink.gif [L]</p></blockquote>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Submit to:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.smokinglinux.com/apache-tutorials/no-hotlink-protect-your-website-from-hotlinking-with-htaccess&amp;title=%26%238220%3BNO+Hotlink%26%238221%3B+%26%238211%3B+Protect+your+website+from+hotlinking+with+htaccess" title="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a Del.icio.us"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a Del.icio.us" alt="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.smokinglinux.com/apache-tutorials/no-hotlink-protect-your-website-from-hotlinking-with-htaccess&amp;title=%26%238220%3BNO+Hotlink%26%238221%3B+%26%238211%3B+Protect+your+website+from+hotlinking+with+htaccess" title="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a digg"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a digg" alt="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=%26%238220%3BNO+Hotlink%26%238221%3B+%26%238211%3B+Protect+your+website+from+hotlinking+with+htaccess&amp;u=http://www.smokinglinux.com/apache-tutorials/no-hotlink-protect-your-website-from-hotlinking-with-htaccess" title="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a FURL"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a FURL" alt="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.smokinglinux.com/apache-tutorials/no-hotlink-protect-your-website-from-hotlinking-with-htaccess" title="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a Technorati"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a Technorati" alt="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.smokinglinux.com/apache-tutorials/no-hotlink-protect-your-website-from-hotlinking-with-htaccess&amp;t=%26%238220%3BNO+Hotlink%26%238221%3B+%26%238211%3B+Protect+your+website+from+hotlinking+with+htaccess" title="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a Yahoo My Web"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a Yahoo My Web" alt="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.smokinglinux.com/apache-tutorials/no-hotlink-protect-your-website-from-hotlinking-with-htaccess&amp;title=%26%238220%3BNO+Hotlink%26%238221%3B+%26%238211%3B+Protect+your+website+from+hotlinking+with+htaccess" title="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a Stumble Upon"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a Stumble Upon" alt="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.smokinglinux.com/apache-tutorials/no-hotlink-protect-your-website-from-hotlinking-with-htaccess&amp;title=%26%238220%3BNO+Hotlink%26%238221%3B+%26%238211%3B+Protect+your+website+from+hotlinking+with+htaccess" title="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a Google Bookmarks"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a Google Bookmarks" alt="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=%26%238220%3BNO+Hotlink%26%238221%3B+%26%238211%3B+Protect+your+website+from+hotlinking+with+htaccess&amp;url=http://www.smokinglinux.com/apache-tutorials/no-hotlink-protect-your-website-from-hotlinking-with-htaccess" title="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a SlashDot"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a SlashDot" alt="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.smokinglinux.com/apache-tutorials/no-hotlink-protect-your-website-from-hotlinking-with-htaccess&amp;t=%26%238220%3BNO+Hotlink%26%238221%3B+%26%238211%3B+Protect+your+website+from+hotlinking+with+htaccess" title="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a FaceBook"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a FaceBook" alt="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.smokinglinux.com/apache-tutorials/no-hotlink-protect-your-website-from-hotlinking-with-htaccess" title="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a Twitter"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a Twitter" alt="Add '&#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess' a Twitter" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.smokinglinux.com/apache-tutorials/no-hotlink-protect-your-website-from-hotlinking-with-htaccess/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apache &#8211; Alias Configuration with ServerAlias</title>
		<link>http://www.smokinglinux.com/apache-tutorials/apache-alias-configuration-with-serveralias</link>
		<comments>http://www.smokinglinux.com/apache-tutorials/apache-alias-configuration-with-serveralias#comments</comments>
		<pubDate>Thu, 13 Dec 2007 10:15:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache Tutorials]]></category>
		<category><![CDATA[Linux Tutorials]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[gutsy]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[namealias]]></category>
		<category><![CDATA[record]]></category>
		<category><![CDATA[serveralias]]></category>
		<category><![CDATA[servername]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[virtualhost]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://www.smokinglinux.com/apache-tutorials/apache-alias-configuration-with-serveralias</guid>
		<description><![CDATA[What is Alias? Alias is an alternative name to delivery a domain name. For example we have www.smokinglinux.com domain name configured correctly in our apache configuration files and we want other domains linking directly on our master domain or subdomains linking on www.smokinglinux.com. To know better this tutorial you have to see a configuration sample [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is Alias?</strong></p>
<p>Alias is an alternative name to delivery a domain name. For example we have www.smokinglinux.com domain name configured correctly in our apache configuration files and we want other domains linking directly on our master domain or subdomains linking on www.smokinglinux.com. To know better this tutorial you have to see a configuration sample attached below:</p>
<blockquote><p>NameVirtualHost 127.0.0.1:80</p>
<p>&lt;VirtualHost 127.0.0.1:80&gt;<br />
ServerName www.smokinglinux.com<br />
ServerAlias smokinglinux.com web.smokinglinux.com<br />
DocumentRoot /var/www/smokinglinux.com<br />
&lt;/VirtualHost&gt;</p></blockquote>
<p><span id="more-920"></span></p>
<p>How we can see in attached configuration code, we have a virtualhost code container with a ServerName and ServerAlias. ServerName is the main domain and ServerAlias is a set of alternatives names for main domain. In this case, when we try to reach this virtualhost by a browser, we can use &#8220;www.smokinglinux.com&#8221;, &#8220;smokinglinux.com&#8221; and &#8220;web.smokinglinux.com&#8221; to see the same website for every of these domain names.</p>
<p>Suppose that we want every possible subdomains linking on main domain &#8220;www.smokinglinux.com&#8221;. How we can configure it? Simply replacing with &#8220;*&#8221; before domain name on ServerAlias. For example:</p>
<blockquote><p>ServerAlias *.smokinglinux.com</p></blockquote>
<p>To make your Alias configuration working, you have to configure correctly your domain DNS. In fact, if you want a subdomain as ServerAlias, you must configure DNS with A record pointing on IP of main domain name.</p>
<p>To write apache configuration files you can edit httpd.conf or for new versions of apache, you can create a new file under ./site-available and then by shell: &#8220;a2ensite filename&#8221;, to enable configuration file under apache. You must reload Apache configuration file after every change. On Debian and Ubuntu you can run: &#8220;/etc/init.d/apache2 reload&#8221;.</p>
<p><a href="http://www.dpbolvw.net/click-3035956-10742604" target="_top">Managed Colocation</a><img src="http://www.lduhtrp.net/image-3035956-10742604" width="1" height="1" border="0"/></p>
<p><a href="http://www.kqzyfj.com/click-3035956-10742586" target="_top">Shared Hosting Special: Free setup &#038; 2nd month free. Promo code 7395.</a><img src="http://www.awltovhc.com/image-3035956-10742586" width="1" height="1" border="0"/></p>
<p><a href="http://www.jdoqocy.com/click-3035956-10742531" target="_top">Dedicated Servers</a><img src="http://www.tqlkg.com/image-3035956-10742531" width="1" height="1" border="0"/></p>
<p><a href="http://www.kqzyfj.com/click-3035956-10742546" target="_top">20% off all Managed Servers includes free setup!</a><img src="http://www.awltovhc.com/image-3035956-10742546" width="1" height="1" border="0"/></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Submit to:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.smokinglinux.com/apache-tutorials/apache-alias-configuration-with-serveralias&amp;title=Apache+%26%238211%3B+Alias+Configuration+with+ServerAlias" title="Add 'Apache &#8211; Alias Configuration with ServerAlias' a Del.icio.us"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Apache &#8211; Alias Configuration with ServerAlias' a Del.icio.us" alt="Add 'Apache &#8211; Alias Configuration with ServerAlias' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.smokinglinux.com/apache-tutorials/apache-alias-configuration-with-serveralias&amp;title=Apache+%26%238211%3B+Alias+Configuration+with+ServerAlias" title="Add 'Apache &#8211; Alias Configuration with ServerAlias' a digg"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Apache &#8211; Alias Configuration with ServerAlias' a digg" alt="Add 'Apache &#8211; Alias Configuration with ServerAlias' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Apache+%26%238211%3B+Alias+Configuration+with+ServerAlias&amp;u=http://www.smokinglinux.com/apache-tutorials/apache-alias-configuration-with-serveralias" title="Add 'Apache &#8211; Alias Configuration with ServerAlias' a FURL"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Apache &#8211; Alias Configuration with ServerAlias' a FURL" alt="Add 'Apache &#8211; Alias Configuration with ServerAlias' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.smokinglinux.com/apache-tutorials/apache-alias-configuration-with-serveralias" title="Add 'Apache &#8211; Alias Configuration with ServerAlias' a Technorati"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Apache &#8211; Alias Configuration with ServerAlias' a Technorati" alt="Add 'Apache &#8211; Alias Configuration with ServerAlias' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.smokinglinux.com/apache-tutorials/apache-alias-configuration-with-serveralias&amp;t=Apache+%26%238211%3B+Alias+Configuration+with+ServerAlias" title="Add 'Apache &#8211; Alias Configuration with ServerAlias' a Yahoo My Web"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Apache &#8211; Alias Configuration with ServerAlias' a Yahoo My Web" alt="Add 'Apache &#8211; Alias Configuration with ServerAlias' a Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.smokinglinux.com/apache-tutorials/apache-alias-configuration-with-serveralias&amp;title=Apache+%26%238211%3B+Alias+Configuration+with+ServerAlias" title="Add 'Apache &#8211; Alias Configuration with ServerAlias' a Stumble Upon"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Apache &#8211; Alias Configuration with ServerAlias' a Stumble Upon" alt="Add 'Apache &#8211; Alias Configuration with ServerAlias' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.smokinglinux.com/apache-tutorials/apache-alias-configuration-with-serveralias&amp;title=Apache+%26%238211%3B+Alias+Configuration+with+ServerAlias" title="Add 'Apache &#8211; Alias Configuration with ServerAlias' a Google Bookmarks"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Apache &#8211; Alias Configuration with ServerAlias' a Google Bookmarks" alt="Add 'Apache &#8211; Alias Configuration with ServerAlias' a Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Apache+%26%238211%3B+Alias+Configuration+with+ServerAlias&amp;url=http://www.smokinglinux.com/apache-tutorials/apache-alias-configuration-with-serveralias" title="Add 'Apache &#8211; Alias Configuration with ServerAlias' a SlashDot"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Apache &#8211; Alias Configuration with ServerAlias' a SlashDot" alt="Add 'Apache &#8211; Alias Configuration with ServerAlias' a SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.smokinglinux.com/apache-tutorials/apache-alias-configuration-with-serveralias&amp;t=Apache+%26%238211%3B+Alias+Configuration+with+ServerAlias" title="Add 'Apache &#8211; Alias Configuration with ServerAlias' a FaceBook"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Apache &#8211; Alias Configuration with ServerAlias' a FaceBook" alt="Add 'Apache &#8211; Alias Configuration with ServerAlias' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.smokinglinux.com/apache-tutorials/apache-alias-configuration-with-serveralias" title="Add 'Apache &#8211; Alias Configuration with ServerAlias' a Twitter"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Apache &#8211; Alias Configuration with ServerAlias' a Twitter" alt="Add 'Apache &#8211; Alias Configuration with ServerAlias' a Twitter" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.smokinglinux.com/apache-tutorials/apache-alias-configuration-with-serveralias/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

