Related Articles
14 Ways to Secure Joomla and prevent from Hijacking
Change the default database prefix (jos_) Use a SEF component Use the correct CHMOD for each folder and file. Password protect your administrative area. Use a .htaccess file to secure your Joomla. Passwords – Use a unique strong password. Install the jSecure Authentication plugin. Always Update all third party extensions to the latest versions. Remove […]
How to Set up BonitaSoft BPM with Tomcat and Mysql
Before setting up Bonitqasoft you need following: 1. Latest version of Bonita Open Solution Tomcat and Mysql Bundle.2. Java 1.6 version and set JRE_HOME and set JAVA_HOME system variables.3. Mysql database. Follow below steps to configure BonitaSoft with Tomcat and Mysql : 1. Create two databases named bonita_history and bonita_journal. Commands: Create database bonita_history;Create database bonita_journal; Step 2. Create user […]
How to Call a PHP Page Using jQuery
You can able to call PHP page/HTML page using jQuery function by including jQuery library. Check the below example to call a PHP file using jQuery function: You can display the PHP page which is called from jQuery function in the current page as below: