|
Posted by Shane on 10/31/05 10:51
On Mon, 31 Oct 2005 05:49:27 +0000, 7 wrote:
> Tezza wrote:
>
>> By default, Apache requires you to add the trailing slash at the end of
>> a URL if you want to access a directory. For instance
>>
>> http://localhost/phppgadmin/
>>
>> instead of
>>
>> http://localhost/phppgadmin
>
>
> did not work unfortunately, the /var/www/ directory
> does not contain anything related to phppgadmin
> (after installation) for anything like that to work.
> (The php4 is working as I can run test scripts.)
the folder needs to be in /var/www/htdocs/
As a workaround
ln -s /var/www/phppgadmin /var/www/htdocs/phppgadmin
however, read the docs, there might be a reason for the way they have
installed
also, you could edit httpd.conf
HTH
--
Hardware, n.: The parts of a computer system that can be kicked
The best way to get the right answer on usenet is to post the wrong one.
Navigation:
[Reply to this message]
|