Want to prevent people from viewing the files in a particular web directory ? Here are the steps that will enable you to secure a web directory (in this example, /var/www/html/admin directory or http://yourip/admin/)....
Monsta is an open source web based FTP file manager written in PHP and Ajax. Easy to install too, it lets you upload, download and manage your file in an easy way too. With...
Install MySQL > sudo apt-get install mysql-server During the installation process, you will be prompted to set a password for the MySQL root user as shown below. Choose a strong password and keep it...
Lucene and Solr are 2 differents Apache projects : 1) Lucene and Solr are NOT created to work together. Only Solr uses Lucene under the hood. Lucene has no clue about Solr API. 2)...
A session is a way to store information (in variables) to be used across multiple pages. Unlike a cookie, the information is not stored on the users computer. What is a PHP Session? When...