On your Apache/Wamp/Xampp Server, you can enable this section in your httpd.conf file. This is located at conf/httpd.conf. Remove the comment character (“#”) in front of each line. #LoadModule info_module modules/mod_info.so #Include conf/extra/httpd-info.conf #LoadModule status_module modules/mod_status.so Open httpd-info.conf file in text editor, This is located at conf\extra\httpd-info.conf You can also make this page password-protected using something similar to the following: ExtendedStatus on <Location ...
Read More »