Solaris 10, Apache2, php5, MySQL5
I'm having problem setting directory alias. Here's what I have in httpd.conf
Alias /zags/ "/usr/local/apache2/htdocs/zags/"
<Directory "/usr/local/apache2/htdocs/zags">
Options Indexes Includes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
When I go to the browser and put in I would get listing of contents in this directory. If I type in it'd display php page correctly, phpinfo.php also works.
Any ideas on how I can modify the httpd.conf so all I have to type is
Thanks
I'm having problem setting directory alias. Here's what I have in httpd.conf
Alias /zags/ "/usr/local/apache2/htdocs/zags/"
<Directory "/usr/local/apache2/htdocs/zags">
Options Indexes Includes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
When I go to the browser and put in I would get listing of contents in this directory. If I type in it'd display php page correctly, phpinfo.php also works.
Any ideas on how I can modify the httpd.conf so all I have to type is
Thanks