<?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> &#187; htaccess</title>
	<atom:link href="http://www.indovps.com/key/htaccess/feed" rel="self" type="application/rss+xml" />
	<link>http://www.indovps.com</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 01:48:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Hotlink protection: How-To prevent people from stealing your files</title>
		<link>http://www.indovps.com/tutorial/directadmin/hotlink-protection-how-to-prevent-people-from-stealing-your-files</link>
		<comments>http://www.indovps.com/tutorial/directadmin/hotlink-protection-how-to-prevent-people-from-stealing-your-files#comments</comments>
		<pubDate>Fri, 20 Jan 2012 13:48:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[stealing]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/hotlink-protection-how-to-prevent-people-from-stealing-your-files</guid>
		<description><![CDATA[Create an .htaccess file in your public_html directory with the following code: RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www.)?domain.com.*$ [NC] RewriteRule .(gif&#124;jpg)$ &#8211; [F] Where domain.com is your domain. Related posts:Showing files in a directory If you want to list all files in a directory... cgi files generate Internal Server Error This means that [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/showing-files-in-a-directory' rel='bookmark' title='Permanent Link: Showing files in a directory'>Showing files in a directory</a> <small>If you want to list all files in a directory...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/cgi-files-generate-internal-server-error' rel='bookmark' title='Permanent Link: cgi files generate Internal Server Error'>cgi files generate Internal Server Error</a> <small>This means that the cgi script did not execute properly....</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/running-cgi-script-from-any-directory-or-via-usernamecgi-bin' rel='bookmark' title='Permanent Link: Running CGI script from any directory or via /~username/cgi-bin'>Running CGI script from any directory or via /~username/cgi-bin</a> <small>In order to force apache to allow cgi script to...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.indovps.com/tutorial/directadmin/hotlink-protection-how-to-prevent-people-from-stealing-your-files/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running CGI script from any directory or via /~username/cgi-bin</title>
		<link>http://www.indovps.com/tutorial/directadmin/running-cgi-script-from-any-directory-or-via-usernamecgi-bin</link>
		<comments>http://www.indovps.com/tutorial/directadmin/running-cgi-script-from-any-directory-or-via-usernamecgi-bin#comments</comments>
		<pubDate>Fri, 23 Dec 2011 01:49:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[addhandler]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/running-cgi-script-from-any-directory-or-via-usernamecgi-bin</guid>
		<description><![CDATA[In order to force apache to allow cgi script to run, simply create a file called .htaccess inside the directory in which you wish to run the scripts. Insert this text into the file: Options +ExecCGI AddHandler cgi-script .cgi .pl Incoming search terms:menggunakan AddHandler cgi-script cgi pl Related posts:cgi files generate Internal Server Error This [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/cgi-files-generate-internal-server-error' rel='bookmark' title='Permanent Link: cgi files generate Internal Server Error'>cgi files generate Internal Server Error</a> <small>This means that the cgi script did not execute properly....</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/updating-apache-to-the-latest-version' rel='bookmark' title='Permanent Link: Updating Apache to the latest version'>Updating Apache to the latest version</a> <small>You can check the current version of apache by running...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.indovps.com/tutorial/directadmin/running-cgi-script-from-any-directory-or-via-usernamecgi-bin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cPanel 11 Documentation &#8211; Front Page Extensions</title>
		<link>http://www.indovps.com/tutorial/cpanel-11-documentation-front-page-extensions</link>
		<comments>http://www.indovps.com/tutorial/cpanel-11-documentation-front-page-extensions#comments</comments>
		<pubDate>Tue, 06 Dec 2011 13:48:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[frontpage]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://www.indovps.com/?p=295</guid>
		<description><![CDATA[Overview Frontpage® Extensions allow you to publish your site directly from the FrontPage® application. This means that you will not have to upload files through FTP, or another method. Installing or uninstalling Frontpage® Extensions will result in the loss of all &#8220;.htaccess&#8221; files in your web area. Any changes you have made to your &#8220;.htaccess&#8221; [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.indovps.com/tutorial/cpanel-11-documentation-front-page-extensions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Swapping between php versions when using suPHP and CLI with custombuild</title>
		<link>http://www.indovps.com/tutorial/directadmin/swapping-between-php-versions-when-using-suphp-and-cli-with-custombuild</link>
		<comments>http://www.indovps.com/tutorial/directadmin/swapping-between-php-versions-when-using-suphp-and-cli-with-custombuild#comments</comments>
		<pubDate>Mon, 03 Oct 2011 01:49:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[addhandler]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[suphp]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/swapping-between-php-versions-when-using-suphp-and-cli-with-custombuild</guid>
		<description><![CDATA[If you have both suPHP and CLI installed on your system, but don&#8217;t feel like renaming all of your file.php to file.php4 (for example), there is another means to chose between php versions, without requiring to touch your php files. To force php files to use CLI (on the assumption your default php version uses [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/allow-php-scripts-to-work-under-username-when-using-suphp-custombuild' rel='bookmark' title='Permanent Link: Allow php scripts to work under ~username when using suPhp (custombuild)'>Allow php scripts to work under ~username when using suPhp (custombuild)</a> <small>By default, suPhp is compiled in &quot;paranoid&quot; mode. This means...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/how-to-update-to-php-5' rel='bookmark' title='Permanent Link: How to update to php 5'>How to update to php 5</a> <small>Note: If you want the latest version of php and...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/running-cgi-script-from-any-directory-or-via-usernamecgi-bin' rel='bookmark' title='Permanent Link: Running CGI script from any directory or via /~username/cgi-bin'>Running CGI script from any directory or via /~username/cgi-bin</a> <small>In order to force apache to allow cgi script to...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.indovps.com/tutorial/directadmin/swapping-between-php-versions-when-using-suphp-and-cli-with-custombuild/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

