[wellylug] Apache 2.0 Got it
E.Chalaron
e.chalaron at xtra.co.nz
Thu Mar 9 11:50:39 NZDT 2006
Ok
Found it.... thanks all for comments and suggestions
I actually was using a template for a script-alias where my directories are
plain directories...
So instead of
ScriptAlias /stuff/ "/srv/www/stuff/"
#
<Directory "/srv/www/stuff/">
AllowOverride None
Options -All -Multiviews +ExecCGI -Includes FollowSymLinks
Order allow,deny
Allow from all
</Directory>
#
I used
/stuff/ "/srv/www/stuff/"
#
<Directory "/srv/www/stuff/">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Dam it ..........
E
happy anyway :-)
More information about the wellylug
mailing list