Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cannot see parent directory on web.

Status
Not open for further replies.

BoneBaby

Programmer
Joined
Jul 30, 2004
Messages
2
Location
NL
I have installed a webpage and it works fine (
I also installed a directorypage and it works fine too. I can browse forward in the directories, and see all files. But I cannot browse backwards (src.babyforce.net).

On other download site, I see an arrow image for browsing backwards and I miss it on my site. Here follows my configuration file:

NameVirtualHost 10.0.0.1

#
# For HTTP Installations
#

<VirtualHost ServerName DocumentRoot /srv/</VirtualHost>

<VirtualHost src.babyforce.net>
ServerName src.babyforce.net
DocumentRoot /source/
</VirtualHost>

<Directory />
Options None
AllowOverride None
Order deny,allow
Deny from all
</Directory>

<Directory /source/>
Options +Indexes
AllowOverride AuthConfig
Order allow,deny
Allow from all
</Directory>

It bothers me for some time now. Can someone help me out ?
 
Could you more explicitly describe the behavior, or give more explicit instructions as to how to see this behavior?


Want the best answers? Ask the best questions!

TANSTAAFL!!
 
I thought my situation was clear..., but oke here we go again.

Some SUSE download pages displays de folders and files. Even the '..' directory (browsing backwards) as an arrow image and with name 'parent directory'.

On my download page (src.babyforce.net) I dont see an arrow image with name 'parent directory'. And this is what I like to have on the pages.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top