<?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>/blog &#187; Apache</title>
	<atom:link href="http://www.franklinjr.com/blog/index.php/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.franklinjr.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 25 Jan 2012 23:03: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>Redirecionamento com htaccess</title>
		<link>http://www.franklinjr.com/blog/index.php/2008/03/05/redirecionamento-com-htaccess/</link>
		<comments>http://www.franklinjr.com/blog/index.php/2008/03/05/redirecionamento-com-htaccess/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 13:05:38 +0000</pubDate>
		<dc:creator>franklin</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[redirecionar]]></category>

		<guid isPermaLink="false">http://www.franklinjr.com/blog/index.php/2008/03/05/redirecionamento-com-htaccess/</guid>
		<description><![CDATA[Cole o código abaixo em um arquivo .htaccess e envie para o ftp do seu site. # Redirecionamento Redirect endereço_de_origem endereço_de_destino por exemplo, tenho o endereço franklinjr.kinghost.net/wordpress, criei um .htacces lá que quando alguém acessar franklinjr.kinghost.net/wordpress redireciona pro endereço www.franklinjr.com, então a linha no .htaccess de lá ficou Redirect /wordpress http://www.franklinjr.com]]></description>
			<content:encoded><![CDATA[<p>Cole o código abaixo em um arquivo .htaccess e envie para o ftp do seu site.</p>
<p><font color="#008000"># Redirecionamento<br />
Redirect endereço_de_origem endereço_de_destino</font></p>
<p>por exemplo, tenho o endereço <a href="http://franklinjr.kinghost.net/wordpress">franklinjr.kinghost.net/wordpress</a>, criei um .htacces lá que quando alguém acessar  <a href="http://franklinjr.kinghost.net/wordpress">franklinjr.kinghost.net/wordpress</a> redireciona pro endereço <a href="http://www.franklinjr.com">www.franklinjr.com</a>, então a linha no .htaccess de lá ficou</p>
<p>Redirect /wordpress http://www.franklinjr.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.franklinjr.com/blog/index.php/2008/03/05/redirecionamento-com-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alterar o nome da página principal do site</title>
		<link>http://www.franklinjr.com/blog/index.php/2008/03/01/alterar-o-nome-da-pagina-principal-do-site/</link>
		<comments>http://www.franklinjr.com/blog/index.php/2008/03/01/alterar-o-nome-da-pagina-principal-do-site/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 00:47:12 +0000</pubDate>
		<dc:creator>franklin</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[alterar]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[servidor apache]]></category>
		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://www.franklinjr.com/blog/index.php/2008/03/01/alterar-o-nome-da-pagina-principal-do-site/</guid>
		<description><![CDATA[Para alterar o arquivo principal do site para o que quiser, utilize o código abaixo: DirectoryIndex afude.htm beleza.php uhuuu.asp No caso a cima os arquivos principais do site serão afude.htm, beleza.php e uhuuu.asp, se na raiz do diretório não tiver o afude.htm, ele vai procura o beleza.php, senão tiver ele, o .htaccess buscará o uhuuu.asp, [...]]]></description>
			<content:encoded><![CDATA[<p>Para alterar o arquivo principal do site para o que quiser, utilize o código abaixo:</p>
<pre><font color="#339966">DirectoryIndex afude.htm beleza.php uhuuu.asp</font></pre>
<p>No caso a cima os arquivos principais  do site  serão  afude.htm, beleza.php  e uhuuu.asp,  se na raiz do diretório não tiver o afude.htm, ele vai procura o beleza.php, senão tiver ele, o .htaccess buscará o uhuuu.asp, senão tiver também, aí sim ele buscará o index.htm.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.franklinjr.com/blog/index.php/2008/03/01/alterar-o-nome-da-pagina-principal-do-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bloqueando listagem de diretório com .htaccess</title>
		<link>http://www.franklinjr.com/blog/index.php/2008/02/26/bloqueando-listagem-de-diretorio-com-htaccess/</link>
		<comments>http://www.franklinjr.com/blog/index.php/2008/02/26/bloqueando-listagem-de-diretorio-com-htaccess/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 01:50:41 +0000</pubDate>
		<dc:creator>franklin</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[bloquear]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[listagem de diretório]]></category>
		<category><![CDATA[servidor]]></category>

		<guid isPermaLink="false">http://www.franklinjr.com/blog/index.php/2008/02/26/bloqueando-listagem-de-diretorio-com-htaccess/</guid>
		<description><![CDATA[Crie um arquivo de texto chamado .htaccess, insira o conteúdo abaixo, salve-o e envie-o para a raiz do seu site. Options -Indexes]]></description>
			<content:encoded><![CDATA[<p>Crie um arquivo de texto chamado .htaccess, insira o conteúdo abaixo, salve-o e envie-o para a raiz do seu site.</p>
<pre><font color="#008000">Options -Indexes</font></pre>
<pre></pre>
<pre> <img src='http://www.franklinjr.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </pre>
<pre></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.franklinjr.com/blog/index.php/2008/02/26/bloqueando-listagem-de-diretorio-com-htaccess/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Configurando erro 404 em servidores Apache</title>
		<link>http://www.franklinjr.com/blog/index.php/2008/02/24/configurando-erro-404-em-servidores-apache/</link>
		<comments>http://www.franklinjr.com/blog/index.php/2008/02/24/configurando-erro-404-em-servidores-apache/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 18:01:43 +0000</pubDate>
		<dc:creator>franklin</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[erro]]></category>
		<category><![CDATA[erro personalizado]]></category>
		<category><![CDATA[servidor]]></category>

		<guid isPermaLink="false">http://www.franklinjr.com/blog/index.php/2008/02/24/configurando-erro-404-em-servidores-apache/</guid>
		<description><![CDATA[Crie um arquivo .htaccess com o seguinte conteúdo: ErrorDocument 404 /erro.htm Onde o arquivo erro.htm é a página do erro que será exibido]]></description>
			<content:encoded><![CDATA[<p>Crie um arquivo .htaccess com o seguinte conteúdo:</p>
<pre><font color="#008000">ErrorDocument 404 /erro.htm</font></pre>
<p>Onde o arquivo erro.htm é a página do erro que será exibido</p>
]]></content:encoded>
			<wfw:commentRss>http://www.franklinjr.com/blog/index.php/2008/02/24/configurando-erro-404-em-servidores-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

