Hi Gurus,<div><br></div><div>I have a real problem understand how to manage correctly the .htcaccess file with Drupal 7 Clean URLs.</div><div><br></div><div>My actual configuration is:</div><div><br></div><div>/ - Root folder</div>

<div>/drupal/ - Drupal folder</div><div>/manyotherfolder/ - Other folders</div><div>/.htaccess - Root htaccess file</div><div>/drupal/.htaccess - Drupal htaccess</div><div><br></div><div>I have developed the site by creating a VirtualHost <a href="http://drupal.site.com">drupal.site.com</a> and set up ( by default ) the DocumentRoot as /drupal/.</div>

<div>Now I want to set up Drupal as main site ( <a href="http://www.site.com">www.site.com</a> ) but I can&#39;t move all the files from /drupal/ folder into root folder.</div><div><br></div><div>The mod_rewrite was enabled and the old site ( <a href="http://drupal.site.com">drupal.site.com</a> ) use it correctly ( CleanURLs ).</div>

<div><br></div><div>I want by using htaccess files set /drupal/ folder as Root folder ( <a href="http://drupal.site.com">drupal.site.com</a> must be the same as <a href="http://www.site.com">www.site.com</a> ),</div><div>

I can&#39;t change Apache files ( VirtualHost or DocumentRoot ).</div><div><br></div><div>Drupal folder htaccess is the standard drupal file.</div><div>The root folder htacces is:</div><div><br></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;">

<div><div><div># BEGIN IWORX dirindex</div></div></div><div><div><div>DirectoryIndex /drupal/</div></div></div><div><div><div>Options Indexes FollowSymlinks Multiviews</div></div></div><div><div><div># END IWORX dirindex</div>

</div></div><div><div><div><br></div></div></div><div><div><div># BEGIN IWORX hotlink</div></div></div><div><div><div>RewriteEngine on</div></div></div><div><div><div>RewriteCond %{HTTP_REFERER} !^<a href="http://site.com">http://site.com</a> [NC]</div>

</div></div><div><div><div>RewriteCond %{HTTP_REFERER} !^<a href="http://www.site.com">http://www.site.com</a> [NC]</div></div></div><div><div><div># END IWORX hotlink</div></div></div><div><div><div><br></div></div></div>

<div><div><div># BY NICOLA START</div></div></div><div><div><div>Options Indexes FollowSymlinks Multiviews</div></div></div><div><div><div>RewriteBase /</div></div></div><div><div><div>RewriteCond %{HTTP_HOST} <a href="http://www.site.com">www.site.com</a></div>

</div></div><div><div><div>RewriteCond %{REQUEST_URI} !drupal/</div></div></div><div><div><div>RewriteRule ^(.*)$ <a href="http://www.site.com/drupal/$1">http://www.site.com/drupal/$1</a> [L]</div></div></div><div><div><div>

# BY NICOLA END</div></div></div></blockquote><div><div><br></div><div>Any help will be more appreciate</div><div><br></div><div>Best regards</div><div>Nicola</div><div><br></div>-- <br>Nicola Bisinella<br><br>Mobile:          0039 3348284966<br>

Email:           <a href="mailto:nicola.bisio@gmail.com" target="_blank">nicola.bisio@gmail.com</a><br>Site:             <a href="http://www.nbisinella.org" target="_blank">http://www.nbisinella.org</a><br>Linkedin:       <a href="http://it.linkedin.com/in/nicolabisinella" target="_blank">http://it.linkedin.com/in/nicolabisinella</a><br>

Twitter:          <a href="http://twitter.com/nicolabisi" target="_blank">http://twitter.com/nicolabisi</a><br>Facebook:     <a href="http://www.facebook.com/nicola.bisinella" target="_blank">http://www.facebook.com/nicola.bisinella</a><br>

GPG:            0x903EB725<br>
</div>