why not just use mod redirect - <br><br>if your host allows you to use mod redirect.<br><br>mod redirect allows you to automatically redirect all requests to <a href="http://www.example.com/drupal">www.example.com/drupal</a>
 to <a href="http://www.example.com">www.example.com</a><br><br>it is a simple like that you include in the .htaccess file. <br><br><div><span class="gmail_quote">On 2/1/06, <b class="gmail_sendername">RobiW</b> &lt;<a href="mailto:drupal@bo-ness.org.uk">
drupal@bo-ness.org.uk</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Op woensdag 1 februari 2006 11:07, schreef RobiW:
<br>&gt; I have a similar problem and the reason is that our ISP provides<br>&gt; administrative features like stats, spam control etc with the url using<br>&gt; <a href="http://www.mydomain.co.uk/admin">www.mydomain.co.uk/admin
</a> which conflicts with Drupal admin feature and I<br>&gt; have not been able to find any way to change it in Drupal.<br>&gt;<br>&gt; Havn't found a way round it yet!<br><br>Yes, but moving it into a subdirectory is not going to help that, obviously!
<br>Unless you just use <a href="http://example.com/drupal">example.com/drupal</a> as your main url, the /admin and so<br>will still give trouble.<br>=========================================<br><br>It does overcome the problem in that the site admin facility is accessed
<br>directly on <a href="http://mydomain.co.uk/admin">mydomain.co.uk/admin</a> whereas drupal site admin is accessed using<br><a href="http://mydomain.co.uk/drupaldir/admin">mydomain.co.uk/drupaldir/admin</a> and both co-exist.
<br><br>I have a redirect in .htaccess of /index.php to /drupaldir/index.php so only<br>calls to index.php point to drupal site content.<br><br>Rob<br><br>--<br>[ Drupal support list | <a href="http://lists.drupal.org/">http://lists.drupal.org/
</a> ]<br></blockquote></div><br>