Webmin and php?

im stuck. I setup a LAMP server and want to restrict access to the info.php file in the public_html folder as well as change the index.html file to be a custom landing page. I edited the index.html file to be what i want it to be but it just goes to the apache2 page. I created the .htaccess file as it was not there and added the

stuff but you can still access info.php from the browser.

I am using Webmin

Your Apache config would be helpful. Parsing of .htaccess files might not be enabled by default. Your index.html file might not be under the default virtual host, or your DirectoryIndex might not be set.