my os is Windows 10 x64 and i m using wamp64. I changed "Require all denied" to "Require all granted" in C:\wamp64\bin\apache\apache2.4.17\conf\httpd.conf and I changed vhost but still not showing "index of" pages. localhost only run set pages dir_module pages .
Asked
Active
Viewed 1,152 times
0
-
Please check services: Apache and MySQL is running? – Ave Jul 12 '16 at 20:31
-
Yes Apache and Mysql is running. Ex. localhost/phpmyadmin (root login) and localhost/mysite/test.php working. – Erdem Çetin Jul 14 '16 at 09:06
1 Answers
0
Solution is in /wamp64 or wamp /bin/apache/apache2xxx/conf/httpd.conf . Remove comment tag (#).
#LoadModule autoindex_module modules/mod_autoindex.so
to
LoadModule autoindex_module modules/mod_autoindex.so
Then Restart Wamp server to load autoindex module.

Erdem Çetin
- 491
- 1
- 5
- 21