<?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>Linux Servers cPanel webhosting blog &#187; Browser problems</title>
	<atom:link href="http://www.theperfectarts.com/category/browser-problems/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theperfectarts.com</link>
	<description>Basics cPanel tutorials / issue,mysql,php errors etc</description>
	<lastBuildDate>Wed, 08 Feb 2012 05:58:30 +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>How to disbale Directory listing for folders?</title>
		<link>http://www.theperfectarts.com/2009/09/how-to-disbale-directory-listing-for-folders/</link>
		<comments>http://www.theperfectarts.com/2009/09/how-to-disbale-directory-listing-for-folders/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 22:47:48 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Browser problems]]></category>
		<category><![CDATA[Enable private PHP]]></category>
		<category><![CDATA[Linux Permissions]]></category>
		<category><![CDATA[Directory listing for folders]]></category>
		<category><![CDATA[disbale Directory listing for folders]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=208</guid>
		<description><![CDATA[To disable the Directory listing for folders you need to create the .htaccess file under the each an every folder under which you want to disable the Directory listing and insert the following code in .htaccess file. &#8212;&#8212;&#8212;&#8212; Options -Indexes &#8212;&#8212;&#8212;&#8212; Please contact us if you have any problem or queries&#8230;.. &#169;2012 Linux Servers cPanel [...]]]></description>
			<content:encoded><![CDATA[<p>To disable the Directory listing for folders you need to create the .htaccess file under the each an every folder under which you want to disable the Directory listing and insert the following code in .htaccess file.</p>
<p>&#8212;&#8212;&#8212;&#8212;<br />
Options -Indexes<br />
&#8212;&#8212;&#8212;&#8212;</p>
<p>Please contact us if you have any problem or queries&#8230;..<br />
<script type="text/javascript">// <![CDATA[
 google_ad_client = "ca-pub-1685490665026631"; /* images */ google_ad_slot = "1433358698"; google_ad_width = 300; google_ad_height = 250;
// ]]&gt;</script></p>
<p><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script></p>
<p>&copy;2012 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/09/how-to-disbale-directory-listing-for-folders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNS cache problem on local machine?</title>
		<link>http://www.theperfectarts.com/2009/08/dns-cache-problem-on-local-machine/</link>
		<comments>http://www.theperfectarts.com/2009/08/dns-cache-problem-on-local-machine/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 01:09:57 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Browser problems]]></category>
		<category><![CDATA[cache problem on linux mac]]></category>
		<category><![CDATA[cache problem on windows]]></category>
		<category><![CDATA[clear cache]]></category>
		<category><![CDATA[clear cache from man machine.mac cache issue]]></category>
		<category><![CDATA[clear cache from vista machine]]></category>
		<category><![CDATA[clear cache on vista machine]]></category>
		<category><![CDATA[clear cache on windows]]></category>
		<category><![CDATA[cmd command prompt]]></category>
		<category><![CDATA[ipconfig /flushdns]]></category>
		<category><![CDATA[vista machine cache issue]]></category>
		<category><![CDATA[windows machine cache issue]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=196</guid>
		<description><![CDATA[DNS cache is most common problem in now a days and largely its create difficulty to web developer and technician who are working to solve the web issue.You can clear the cache from your local machine bu using following commands on your local machine as per your local machine operating system. 1) For Windows - [...]]]></description>
			<content:encoded><![CDATA[<p>DNS cache is most common problem in now a days and largely its create difficulty to web developer and technician who are working to solve the web issue.You can clear the cache from your local machine bu using following commands on your local machine as per your local machine operating system.</p>
<p>1) For Windows</p>
<p><strong><span style="color: #800000;">- Start -&gt; Run -&gt; type cmd</span></strong><br />
<strong><span style="color: #800000;"> -In command prompt, type</span></strong></p>
<p><strong><span style="color: #800000;">ipconfig /flushdns</span></strong></p>
<p>2) For Linux</p>
<p>- To restart the nscd daemon, type</p>
<p><strong><span style="color: #800000;">/etc/rc.d/init.d/nscd restart in your terminal</span></strong><br />
3) For Mac OS X</p>
<p>- type lookupd -flushcache in your terminal to flush the DNS resolver cache.<br />
ex: bash-2.05a$ lookupd -flushcache</p>
<p>4) For Vista</p>
<p>Here is how to fix that corrupted DNS cache in vista.</p>
<p>1. Click the Microsoft Vista Start logo in the bottom left corner of the screen<br />
2. Click All Programs<br />
3. Click Accessories<br />
4. RIGHT-click on Command Prompt<br />
5. Select Run As Administrator<br />
6. In the command window type the following and then hit enter:</p>
<p><strong><span style="color: #800000;">ipconfig /flushdns</span></strong></p>
<p><script type="text/javascript">// <![CDATA[
 google_ad_client = "ca-pub-1685490665026631"; /* images */ google_ad_slot = "1433358698"; google_ad_width = 300; google_ad_height = 250;
// ]]&gt;</script></p>
<p><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script></p>
<p>&copy;2012 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/08/dns-cache-problem-on-local-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Safari browser downloading .html pages.</title>
		<link>http://www.theperfectarts.com/2009/05/safari-browser-downloading-html-pages/</link>
		<comments>http://www.theperfectarts.com/2009/05/safari-browser-downloading-html-pages/#comments</comments>
		<pubDate>Sun, 17 May 2009 07:18:00 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Browser problems]]></category>
		<category><![CDATA[AddHandler + Safari browser problem]]></category>
		<category><![CDATA[browser problem]]></category>
		<category><![CDATA[can't browse doamins in safari browser]]></category>
		<category><![CDATA[down load php pages]]></category>
		<category><![CDATA[downloading page problem in safari browser]]></category>
		<category><![CDATA[downloading pages in safari]]></category>
		<category><![CDATA[downloading pagi in safari browser]]></category>
		<category><![CDATA[downloading php pages in safari browser]]></category>
		<category><![CDATA[fix downloading problem in safari browser]]></category>
		<category><![CDATA[issue with safari browser]]></category>
		<category><![CDATA[Safari browser]]></category>
		<category><![CDATA[Safari browser + AddHandler]]></category>
		<category><![CDATA[Safari browser + AddHandler application/x-httpd-php5]]></category>
		<category><![CDATA[Safari browser downloading .html pages.]]></category>
		<category><![CDATA[Safari browser downloading pages]]></category>
		<category><![CDATA[Safari browser problem]]></category>
		<category><![CDATA[safari browser problem AddHandler]]></category>
		<category><![CDATA[Safari downloading pages]]></category>
		<category><![CDATA[safari error]]></category>
		<category><![CDATA[solution for safari browser]]></category>
		<category><![CDATA[why safari browser downloading pages]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/2009/05/safari-browser-downloading-html-pages/</guid>
		<description><![CDATA[Some time we are facing very strange problem with the browser like when we are browsing the .html pages in Safari its asking for downloading pages on local machine.To resolve such errors you need to add following code in .htaccess file. AddHandler application/x-httpd-php5 .htm .html .php5 .php4 .php .php3 .php2 .phtml AddType application/x-httpd-php5 .htm .html [...]]]></description>
			<content:encoded><![CDATA[<p>Some time we are facing very strange problem with the browser like when we are browsing the .html pages in Safari its asking for downloading pages on local machine.To resolve such errors you need to add following code in .htaccess file.</p>
<blockquote><p><strong><span style="font-family: arial;">AddHandler application/x-httpd-php5 .htm .html .php5 .php4 .php .php3 .php2 .phtml</span></strong></p>
<p><strong><span style="font-family: arial;">AddType application/x-httpd-php5 .htm .html .php5 .php4 .php .php3 .php2 .phtml</span></strong></p></blockquote>
<p>It will resolve you issue with the Safari browser for .html pages</p>
<p><script type="text/javascript">// <![CDATA[
 google_ad_client = "ca-pub-1685490665026631"; /* images */ google_ad_slot = "1433358698"; google_ad_width = 300; google_ad_height = 250;
// ]]&gt;</script></p>
<p><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script></p>
<p>&copy;2012 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/05/safari-browser-downloading-html-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

