<?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>htaccess | Web Hosting Seeoux</title>
	<atom:link href="https://blog.seeoux.com/tag/htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.seeoux.com</link>
	<description></description>
	<lastBuildDate>Fri, 25 Aug 2017 13:11:20 +0000</lastBuildDate>
	<language>it-IT</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">123191650</site>	<item>
		<title>Cambiare document root utilizzando .htaccess</title>
		<link>https://blog.seeoux.com/cambiare-document-root-utilizzando-htaccess/</link>
					<comments>https://blog.seeoux.com/cambiare-document-root-utilizzando-htaccess/#respond</comments>
		
		<dc:creator><![CDATA[Seeoux]]></dc:creator>
		<pubDate>Wed, 27 Mar 2013 08:57:46 +0000</pubDate>
				<category><![CDATA[Varie]]></category>
		<category><![CDATA[htaccess]]></category>
		<guid isPermaLink="false">http://blog.seeoux.com/?p=1089</guid>

					<description><![CDATA[<p>Acquisto una nostra soluzione web hosting, avrai come pannello di controllo il famoso cPanel, con cui gestire facilmente ogni feature e caratteristica del tuo spazio web. Dal cPanel del tuo&#46;&#46;&#46;</p>
<p>The post <a href="https://blog.seeoux.com/cambiare-document-root-utilizzando-htaccess/">Cambiare document root utilizzando .htaccess</a> first appeared on <a href="https://blog.seeoux.com">Web Hosting Seeoux</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Acquisto una nostra soluzione <a href="http://www.seeoux.com/web-hosting" target="_blank" rel="noopener">web hosting</a>, avrai come pannello di controllo il famoso <strong>cPanel</strong>, con cui gestire facilmente ogni feature e caratteristica del tuo spazio web. Dal cPanel del tuo spazio web potrai anche facilmente cambiare la document root di default del suo spazio web, dove sviluppare il tuo sito; ciò è possibile aggiungendo delle stringe, comandi al file .htaccess che troverai nella <strong>public_html</strong> del tuo spazio web ( document root ), vediamo insieme le regole da aggiungere a tale file:<br />
<code><br />
RewriteEngine on<br />
RewriteCond %{HTTP_HOST} ^tuonomedominio.it$ [NC,OR]<br />
RewriteCond %{HTTP_HOST} ^www.tuonomedominio.it$<br />
RewriteCond %{REQUEST_URI} !nuova-directory/<br />
RewriteRule (.*) /nuova-directory/$1 [L]</code></p>
<p>Sostituendo adeguatamente le voci, di &#8220;tuodominio.it&#8221; con il nome del tuo dominio e &#8220;nuova-directory&#8221; con la directory creata che si vorrà far diventare la document root, riuscirai ad ottenere il risultato sperato.</p><p>The post <a href="https://blog.seeoux.com/cambiare-document-root-utilizzando-htaccess/">Cambiare document root utilizzando .htaccess</a> first appeared on <a href="https://blog.seeoux.com">Web Hosting Seeoux</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://blog.seeoux.com/cambiare-document-root-utilizzando-htaccess/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1089</post-id>	</item>
	</channel>
</rss>
