[wd_asp elements=’search’ ratio=’100%’ id=1]

Enable directory browsing in localhost (WAMP))

3rd June 2013

Windows

windows-codehaven

get rid of the code like this…

Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all

and replace with this: –

Options +Indexes

And add this to your conf file, wamp>>Apache>>httpd.conf
on lines 188-190 approx