|
|
|
In a proper installation of apache, if there is no DirectoryIndex set for a directory and no
default file like index.html in that directory you will see an error message like :
Forbidden
You don't have permission to access /logo/ on this server.
If you would like to enable Directory Browsing for a specific directory you can do one of two
things :
1. Add to your .htaccess file this line : Options Indexes
2. Add in your httpd.conf these lines :
<Directory /usr/your/directory/here>
Options Indexes
</Directory>
|
|
| Why do i get a "Save As" dialog box when I type in the url of a php3 file Categories : PHP Configuration, PHP, Apache, Web Servers | | | PostgreSQL and apache web authentication source.
Categories : Authentication, PostgreSQL, Apache, Web Servers | | | WebServerSpy checks which kind of Webserver is running, Apache, Netscape, Fasttrack, IIS, HTTP-Header, HTTP 1.0, GET, spy, WWW Categories : HTTP, Network, Apache, PHP, Web Servers | | | gd libraries make gmake php3 apache-1.3.0 gd1.3 FreeBSD-2.2
Categories : Installation, PHP, Apache, Web Servers | | | Installing Oracle support to PHP running in Apache Categories : PHP Configuration, Apache, Oracle, Databases, Web Servers | | | phpCMS a content-management-system written in php. Categories : Content Management, Apache, Complete Programs, Web Servers, PHP | | | Easy windows installation kit for win 9* PHP4 MySQL Apache phpMyAdmin Categories : Installation, PHP, MySQL, Apache, Web Servers | | | Logging 404 errors in your custom statistics using Apache and a PHP script. Categories : Apache, Web Servers, PHP, Errors and Logging | | | Caldera Openlinux 1.2 Standard Categories : Web Servers, MySQL, PHP, Apache, Databases | | | uaa Categories : Apache, Apache, Browsers, Calendar | | | TekBlend internet/intranet engine for building dynamic, customizable, scalable applications for the web Categories : Perl, Complete Programs, Apache, Templates, Web Servers | | | How do you specify the default document in Apache?
Categories : Apache, HTTP, Web Servers | | | How to use your own 404 Error file from .htaccess. Categories : Apache, Web Servers | | | PHP Apache and SSL Categories : PHP, Apache, Web Servers | | | apache_lookup_uri -- Perform a partial request for the specified URI and return all info about it Categories : PHP, PHP Functions, Apache, Web Servers | |
|
|
|