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 ?
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 ?