How to disable Joomla Plugin or Extension in PhpMyAdmin

Did you install any plugin recently that is causing trouble? Is your site admin panel not accessible at all? Did you break your site after the enabling a certain plugin? Don’t panic, you can disable or deactivate the plugin of Joomla from PhpMyAdmin database. Since you are unable to access the back-end, you will now […]

Seven principles of a successful social media campaign

Before starting and social media campaign it is necessary to understand the seven principles of a successful social media campaign. 1. Commit Commit time and resources for the campaign, and attention to doing it well. 2. Set Goals There should be clarity of goals about what you want to achieve with the campaign 3. Plan […]

How to locate of your php.ini File

Different hosts use different location for storing and accessing files and so you’ll need to research where your php.ini file. To do that Step 1. Create a script to display your PHP information Create a very simple php script and place it in your home directory(www or public_html or httpdocs). Use script editor or a […]

Midnight Commander – connecting an ftp site with @ in username

I faced an issue today where my host needed to have login name in the form : user@site.com ie character ‘@’ in username My username in format user@site.com:password@ftp.site.com – did not work in MC. I figured the solution is to replace %40 with @ in username. example : user%40site.com:password@ftp.site.com

301 redirect using htaccess

301 redirect is the most efficient and Search Engine Friendly method for webpage redirection. It’s not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or move pages around, it’s the safest option. The code “301” is interpreted as “moved permanently”. […]