<html>
<body>
Further:<br><br>
You probably need to look at your Apache config file for the Directory
directives. Mine at &quot;/etc/httpd/conf/httpd.conf &quot; includes the
following towards the end:-<br><br>
<font color="#800000">&lt;Directory &quot;/var/www/xxxxf&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Options Indexes
FollowSymLinks<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AllowOverride None<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Order allow,deny<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Allow from all<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>
RewriteEngine on<br>
&nbsp;&nbsp; <x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>RewriteBase
/<br>
&nbsp;&nbsp; <x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>RewriteCond
%{REQUEST_FILENAME} !-f<br>
&nbsp;&nbsp; <x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>RewriteCond
%{REQUEST_FILENAME} !-d<br>
&nbsp;&nbsp; <x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>RewriteRule
^(.*)$ index.php?q=$1 [L,QSA]<br>
&lt;/Directory&gt;<br><br>
</font>This tells Apache where find Drupal for that particular
website.<br><br>
Alison<br><br>
<br><br>
<br>
Are you running Linux or Windows?<br><br>
My understanding is that most Linux distributions access drupal via&nbsp;
&quot;/var/www/&quot;&nbsp; unless you have some links activated. On both
my Centos and OpenSUSE boxes the main html file index file is at
&quot;/var/www/html/index.html&quot;&nbsp; Wouldn't make sense to have it
under Apache2/htdocs on a Linux box..<br><br>
Alison<br><br>
<br>
At 10:24 PM 4/01/2011, you wrote:<br>
<blockquote type=cite class=cite cite="">Follow up!<br><br>
I tried to give all the permissions to all directories and files in order
to avoid any problems related to that but nothing.<br><br>
I've already noticed that I think even if the page says it's all ok when
I looked in the directory tree nothing changed and any directories or
files created....<br>
How is it should be? <br>
My Doc Root is /usr/local/apache2/htdocs and under this directory there
are all the files (and dir) downloaded from Drupal but I should find
under sites directory my website like
<a href="http://www.alfredo.com....am/" eudora="autourl">
www.alfredo.com....am</a> I right? But it's not there.<br><br>
Regards<br>
Al<br><br>
On Tue, Jan 4, 2011 at 18:55, Alfredo De Luca
&lt;<a href="mailto:alfredo.deluca@gmail.com">alfredo.deluca@gmail.com</a>
 &gt; wrote: 
<dl>
<dd>Hi Maurice.
<dd>What I did is 
<dd>1)download the tar ball 
<dd>2) unzippped and put under my Apache2 web server doc root 
<dd>3) Install PHP&nbsp; and MySql and create DB and user then all the
settings.php permission 
<dd>4) Start the web server and point the web browser to
localhost/install.php and it asked questions about DB name, user and web
admin uder and then straight away it says succesful and start your web
site. 
<dd>5) Then I have the page like to start (live Admin, contents and so
on) but anythink I press in that page keeps bringing me to a default
index page you usually have when you install apache. 
<dd>I tried a couple of time with Google Chrome then with Firefox but the
same thing happend. 
<dd>Now as far as you know what should I expected under the doc root
after the Drupal installation? Anything under sites/default/files? 
<dd>Thanks<br><br>

<dd><font color="#888888">Alfredo</font> 
<dd>On Tue, Jan 4, 2011 at 03:11, Maurice Mengel
&lt;<a href="mailto:mauricemengel@gmail.com">mauricemengel@gmail.com</a>
&gt; wrote: 
<dl>
<dd>Hi Alfredo,
<dd>Your problem seems vaguely familiar, but I don't remember anymore
when 
<dd>I had it or what I did then.
<dd>I would guess that you didn't install drupal in the server root 
<dd>directory, but instead in a subdirectory (which should be perfectly 
<dd>possible). There must be something else which mixes up the links. 
<dd>Maybe you set an url in settings.php which is only necessary in very 
<dd>weird cases. If you did revert it.
<dd>Anyways, we need more info from you.
<dd>1) Can you log in at all? 
<dd>2)
<a href="http://exampledomain.com/admin">exampledomain.com/admin</a> or
<a href="http://exampledomain.com/subdir/admin">
exampledomain.com/subdir/admin</a> should 
<dd>get you to admin page (after logging in) 
<dd>3) can you tell where your (wrong) links are pointing? 
<dd>4) which server are you using?
<dd>best 
<dd>maurice<br>

<dd>On Mon, Jan 3, 2011 at 12:47 AM, Alfredo De Luca 
<dd>&lt;<a href="mailto:alfredo.deluca@gmail.com">
alfredo.deluca@gmail.com</a>&gt; wrote: 
<dd>&gt; Hi there. 
<dd>&gt; As I said I am newbie with Drupal but today I figured out how to
install it 
<dd>&gt; and ready to go except now I have the welcome page &quot; 
<dd>&gt; 
<dd>&gt; Welcome to your new Drupal website!&quot; to start with and I
guess I have to 
<dd>&gt; configure my website and so on. 
<dd>&gt; 
<dd>&gt; When I press any of those link it keeps showing me my apache
welcome page. 
<dd>&gt; 
<dd>&gt; What am I missing? Mysql is up and running and php seems
working. 
<dd>&gt; Any clue? 
<dd>&gt; Cheers 
<dd>&gt; Alfredo 
<dd>&gt; 
<dd>&gt; 
<dd>&gt; 
<dd>&gt; 
<dd>&gt; -- 
<dd>&gt; [ Drupal support list |
<a href="http://lists.drupal.org/">http://lists.drupal.org/</a> ] 
<dd>&gt; 
<dd>-- 
<dd>[ Drupal support list |
<a href="http://lists.drupal.org/">http://lists.drupal.org/</a>
]<br><br>
</dl>
</dl><br>
-- <br>
[ Drupal support list |
<a href="http://lists.drupal.org/" eudora="autourl">
http://lists.drupal.org/</a> ]</blockquote>-- <br>
[ Drupal support list |
<a href="http://lists.drupal.org/" eudora="autourl">
http://lists.drupal.org/</a> ]</body>
</html>