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 […]
Author: Irfan Moosani
Login Redirect Issue after Joomla 3.7 upgrade
Recently, one of our clients complained that, they had set up a menu accessible to Registered users only. When someone tries to access that page through the link provided, it should redirect them to login page. This was working fine until 3.6.x but after upgrading to Joomla 3.7.x the page started redirecting to Home page […]
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
How to control-alt-delete on Mac OS
How to control-alt-delete on a #MacBook
How to upload your Site backup to your Dropbox Account – easy way
Upload your website #backup / #Akeebabackup to your #Dropbox Account
How to get Joomla subscribers directly into your Mailchimp-account?
MailChimp offers loads of sign up options. You can the code and insert it in Joomla custom module Rsforms has a mailchimp plugin which allows newly registered users get synced to mailchimp. Breezing forms and ACYMailing support mailchimp too
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”. […]