<?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>25phut.net - SquallLTT &#187; webmaster</title>
	<atom:link href="http://www.25phut.net/tag/webmaster/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.25phut.net</link>
	<description>SquallLTT blog</description>
	<lastBuildDate>Fri, 16 Jul 2010 01:37:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Config Aptana Studio to work with XAMPP</title>
		<link>http://www.25phut.net/config-aptana-studio-to-work-with-xampp/</link>
		<comments>http://www.25phut.net/config-aptana-studio-to-work-with-xampp/#comments</comments>
		<pubDate>Thu, 07 May 2009 20:08:28 +0000</pubDate>
		<dc:creator>SquallLTT</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://www.25phut.net/config-aptana-studio-to-work-with-xampp/</guid>
		<description><![CDATA[Launch you Aptana Studio, select: Run -&#62; Run&#8230; A dialog appears and choose the following options:]]></description>
		<wfw:commentRss>http://www.25phut.net/config-aptana-studio-to-work-with-xampp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Force www vs non-www to avoid duplicate content on Google Search</title>
		<link>http://www.25phut.net/force-www-vs-non-www-to-avoid-duplicate-content-on-google/</link>
		<comments>http://www.25phut.net/force-www-vs-non-www-to-avoid-duplicate-content-on-google/#comments</comments>
		<pubDate>Thu, 07 May 2009 15:25:03 +0000</pubDate>
		<dc:creator>SquallLTT</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://www.25phut.net/force-www-vs-non-www-to-avoid-duplicate-content-on-google/</guid>
		<description><![CDATA[When you have your site accessible both under your_domain.com and www.your_domain.com you may come up with duplicate content on Google Search. To avoid such problems you can use the following lines in your .htaccess file to force only the www version of your web site: RewriteEngine on RewriteCond %{HTTP_HOST} !^www.your_domain.com$ RewriteRule ^(.*)$ http://www.your_domain.com/$1 [R=301] Note [...]]]></description>
		<wfw:commentRss>http://www.25phut.net/force-www-vs-non-www-to-avoid-duplicate-content-on-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Duplicate content fix index.html vs / (slash only)</title>
		<link>http://www.25phut.net/duplicate-content-fix-indexhtml-vs-slash-only/</link>
		<comments>http://www.25phut.net/duplicate-content-fix-indexhtml-vs-slash-only/#comments</comments>
		<pubDate>Thu, 07 May 2009 15:21:44 +0000</pubDate>
		<dc:creator>SquallLTT</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://www.25phut.net/duplicate-content-fix-indexhtml-vs-slash-only/</guid>
		<description><![CDATA[This similar to the www vs non-www version of your site work-around. As you might now you, by default you can access your site as http://www.domain.com/ and http://www.domain.com/index.html with some setups it can be index.php or index.asp or default.aps, etc. Unfortunately, this creates a risk of duplicate content from the search engine point of view. [...]]]></description>
		<wfw:commentRss>http://www.25phut.net/duplicate-content-fix-indexhtml-vs-slash-only/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make PHP to work in your HTML files with .htaccess</title>
		<link>http://www.25phut.net/make-php-to-work-in-your-html-files-with-htaccess/</link>
		<comments>http://www.25phut.net/make-php-to-work-in-your-html-files-with-htaccess/#comments</comments>
		<pubDate>Thu, 07 May 2009 15:11:33 +0000</pubDate>
		<dc:creator>SquallLTT</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://www.25phut.net/make-php-to-work-in-your-html-files-with-htaccess/</guid>
		<description><![CDATA[By default most web servers across the internet are configured to treat as PHP files only files that end with .php. In case you need to have your HTML files parsed as PHP (e.g .html) or even if you want to take it further and make your PHP files look like ASP, you can do [...]]]></description>
		<wfw:commentRss>http://www.25phut.net/make-php-to-work-in-your-html-files-with-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
