Subject: | Can't access the html files in the directory |
Posted by: | kwan (kwan.jin…@gmail.com) |
Date: | Tue, 3 Aug 2010 |
I have configured the directory and its alias as following
ScriptAlias /examp/ /var/www/phpexample/
<Directory /var/www/phpexample/>
Options Indexes
AllowOverride all
Order allow,deny
Allow from all
</Directory>
I can't access the html files store under the /var/www/phpexample
folder. It displays 500 internal error.
Thank you