Why dir_module does NOT seem to load, although clearly it is loaded in httpd.conf and modules folder?
问题 I checked the httpd.conf file which has "LoadModule dir_module modules/mod_dir.so " uncommented already. I also check the apache modules folder seeing that mod_dir.so is there too. BUT still the module_dir does not seem to have loaded at all. Because when I tried to set up this virtual folder, if I put the line Alias /myblog "D:/php/try" inside the ifmodule directive like the following: <IfModule dir_module> DirectoryIndex index.html index.htm index.php Alias /myblog "D:/php/try" <Directory