<?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>GoSee-Design &#8250; lifestory of a freelance team &#187; FAQs  Help  and Tutorials</title>
	<atom:link href="http://jobberies.com/gosee-design/tag/faqs-help-and-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://jobberies.com/gosee-design</link>
	<description>We go - We see - We design</description>
	<lastBuildDate>Tue, 28 Jul 2009 15:56:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Keep Your Traffic with htaccess</title>
		<link>http://jobberies.com/gosee-design/keep-your-traffic-with-htaccess/</link>
		<comments>http://jobberies.com/gosee-design/keep-your-traffic-with-htaccess/#comments</comments>
		<pubDate>Sat, 30 May 2009 23:31:10 +0000</pubDate>
		<dc:creator>Muhammad Nur</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[FAQs  Help  and Tutorials]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Webserver directory index]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://jobberies.com/gosee-design/?p=270</guid>
		<description><![CDATA[How to change your filename without losing any traffic? Lets see the solution and discuss it together.


Related posts:<ol><li><a href='http://jobberies.com/gosee-design/increase-your-traffic-like-crazy/' rel='bookmark' title='Permanent Link: Increase your traffic like crazy'>Increase your traffic like crazy</a></li><li><a href='http://jobberies.com/gosee-design/10-ways-to-make-your-wordpress-theme-looks-like-pro/' rel='bookmark' title='Permanent Link: 10 ways to make your wordpress theme look like pro.'>10 ways to make your wordpress theme look like pro.</a></li><li><a href='http://jobberies.com/gosee-design/beware-virus-in-your-server/' rel='bookmark' title='Permanent Link: Beware Virus In Your Server'>Beware Virus In Your Server</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><strong>The situation are:</strong><br />
There&#8217;s a time when we start making website with .<a class="zem_slink" title="HTML" rel="wikipedia" href="http://en.wikipedia.org/wiki/HTML">html</a> files, it&#8217;s hard to update regularly. Then we make it into a dynamic website using <a class="zem_slink" title="PHP" rel="homepage" href="http://php.net/">.php</a> files. But at the same time our previous website already have their own readers, I mean when the readers bookmarked one of the page.</p>
<blockquote><p>Lets say the readers bookmarked www.domainname.com/news.html and we change our file name to .php. So it will be www.domainname.com/news.php. Next time the readers open up the bookmarked page, an error page will come out.</p></blockquote>
<p>How to prevent this from happening? <a class="zem_slink" title=".htaccess" rel="wikipedia" href="http://en.wikipedia.org/wiki/.htaccess">.htaccess</a> file is the solution. All we need to do is redirecting all the .html files your readers type in the <a class="zem_slink" title="Address bar" rel="wikipedia" href="http://en.wikipedia.org/wiki/Address_bar">address bar</a> to go to the same filename but .php. All you have to do is to create a .htaccess file and paste this code.<br />
<code>RewriteEngine on<br />
RewriteRule ^(.*)\.html $1\.php [L, NC]<br />
</code></p>
<p>Save it and upload it into your server in the same directory with your index.php file.</p>
<p>So you dont have to worry about losing your traffic when you have to change your file name next time.</p>
<p>If you have any suggestions or any tips to add, please leave some comment.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/3086549d-03ac-437c-a6be-ca5bfac9a0ee/"><img class="zemanta-pixie-img" style="border: medium none ; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=3086549d-03ac-437c-a6be-ca5bfac9a0ee" alt="Reblog this post [with Zemanta]"/></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>


<p>Related posts:<ol><li><a href='http://jobberies.com/gosee-design/increase-your-traffic-like-crazy/' rel='bookmark' title='Permanent Link: Increase your traffic like crazy'>Increase your traffic like crazy</a></li><li><a href='http://jobberies.com/gosee-design/10-ways-to-make-your-wordpress-theme-looks-like-pro/' rel='bookmark' title='Permanent Link: 10 ways to make your wordpress theme look like pro.'>10 ways to make your wordpress theme look like pro.</a></li><li><a href='http://jobberies.com/gosee-design/beware-virus-in-your-server/' rel='bookmark' title='Permanent Link: Beware Virus In Your Server'>Beware Virus In Your Server</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://jobberies.com/gosee-design/keep-your-traffic-with-htaccess/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>open_basedir restriction in effect solution</title>
		<link>http://jobberies.com/gosee-design/open_basedir-restriction-in-effect-solution/</link>
		<comments>http://jobberies.com/gosee-design/open_basedir-restriction-in-effect-solution/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 04:20:10 +0000</pubDate>
		<dc:creator>muhaimin</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[FAQs  Help  and Tutorials]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Path]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Safe mode]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Shared web hosting service]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://jobberies.com/gosee-design/?p=124</guid>
		<description><![CDATA[Usually this happen when you&#8217;re running PHP under safe mode. Those who use shared hosting will probably hit by this error.
In my case, the problem hit when the script tries to create a new folder. I used $_SERVER['DOCUMENT_ROOT'] as absolute path and continued by folder name.
The solution is to remove the $_SERVER['DOCUMENT_ROOT'] and the trailing [...]


Related posts:<ol><li><a href='http://jobberies.com/gosee-design/keep-your-traffic-with-htaccess/' rel='bookmark' title='Permanent Link: Keep Your Traffic with htaccess'>Keep Your Traffic with htaccess</a></li><li><a href='http://jobberies.com/gosee-design/10-ways-to-make-your-wordpress-theme-looks-like-pro/' rel='bookmark' title='Permanent Link: 10 ways to make your wordpress theme look like pro.'>10 ways to make your wordpress theme look like pro.</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Usually this happen when you&#8217;re running <a class="zem_slink" href="http://php.net/" title="PHP" rel="homepage">PHP</a> under <a class="zem_slink" href="http://en.wikipedia.org/wiki/Safe_mode" title="Safe mode" rel="wikipedia">safe mode</a>. Those who use <a class="zem_slink" href="http://en.wikipedia.org/wiki/Shared_web_hosting_service" title="Shared web hosting service" rel="wikipedia">shared hosting</a> will probably hit by this error.<span id="more-124"></span></p>
<p>In my case, the problem hit when the script tries to create a new folder. I used $_SERVER['DOCUMENT_ROOT'] as <a class="zem_slink" href="http://en.wikipedia.org/wiki/Path_%28computing%29" title="Path (computing)" rel="wikipedia">absolute path</a> and continued by folder name.</p>
<p>The solution is to remove the $_SERVER['DOCUMENT_ROOT'] and the trailing slash at the end of the folder name you&#8217;re going to create. The acceptable path for safe mode PHP is: <strong>folder_name/folder_to_be_created</strong></p>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/f4a55cb0-784f-4cdd-8d3e-0a3ec13ec5f3/" title="Reblog this post [with Zemanta]"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=f4a55cb0-784f-4cdd-8d3e-0a3ec13ec5f3" alt="Reblog this post [with Zemanta]"/></a><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>


<p>Related posts:<ol><li><a href='http://jobberies.com/gosee-design/keep-your-traffic-with-htaccess/' rel='bookmark' title='Permanent Link: Keep Your Traffic with htaccess'>Keep Your Traffic with htaccess</a></li><li><a href='http://jobberies.com/gosee-design/10-ways-to-make-your-wordpress-theme-looks-like-pro/' rel='bookmark' title='Permanent Link: 10 ways to make your wordpress theme look like pro.'>10 ways to make your wordpress theme look like pro.</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://jobberies.com/gosee-design/open_basedir-restriction-in-effect-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
