<?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>everbot.com &#187; webmaster</title>
	<atom:link href="http://www.everbot.com/tag/webmaster/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.everbot.com</link>
	<description>Robotics, computer, programming, DroidHall.com</description>
	<lastBuildDate>Tue, 31 Jan 2012 10:20:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Config Aptana Studio to work with XAMPP</title>
		<link>http://www.everbot.com/config-aptana-studio-to-work-with-xampp/</link>
		<comments>http://www.everbot.com/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.everbot.com/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.everbot.com/config-aptana-studio-to-work-with-xampp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Force www vs non-www to avoid duplicate content on Google Search</title>
		<link>http://www.everbot.com/force-www-vs-non-www-to-avoid-duplicate-content-on-google/</link>
		<comments>http://www.everbot.com/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.everbot.com/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 that the .htaccess should be located in the web site main folder. This will redirect all requests to the non-www [...]]]></description>
		<wfw:commentRss>http://www.everbot.com/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.everbot.com/duplicate-content-fix-indexhtml-vs-slash-only/</link>
		<comments>http://www.everbot.com/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.everbot.com/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. To avoid this, you can use the following ModRewrite rules in your .htaccess file: RewriteEngine on RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.html\ [...]]]></description>
		<wfw:commentRss>http://www.everbot.com/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.everbot.com/make-php-to-work-in-your-html-files-with-htaccess/</link>
		<comments>http://www.everbot.com/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.everbot.com/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 the following: For web servers using PHP as apache module: AddType application/x-httpd-php .html .htm For web servers running PHP as [...]]]></description>
		<wfw:commentRss>http://www.everbot.com/make-php-to-work-in-your-html-files-with-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.25phut.net @ 2012-02-07 03:46:21 -->
