Tag Archive: index
Changing the default index file in VestaCP hosting
I had to launch a new website and needed to display the index.html file instead of the default index.php file. The index.html file is use as a coming soon page whereas the index.php is part of the Content Management System. In order to resolve this issue I had to use these steps: NOTE: I use […]
read moreHow to disable directory browsing in WAMP
If you’re using WAMP and are browsing a folder without an index.php or index.html file, the WAMP server will display all the files contained in that folder. Here’s an example: This can become a security risk as the visitor is able to browse and download all the files. In order to disable this you […]
read more