Many authors try to protect visitors from copying their content by some code or plugin. But I would suggest adding a link back to your site rather protecting. Here, we’re telling reasons as well as mentioning a nifty plugin that can add a link back to your site with pretty settings.
2 Ways to Change PHP Version per Domain – .htaccess or MultiPHP
Almost all hosting control panel software offer multiple PHP versions to serve websites. You can change PHP version per domain using MultiPHP Manager offered by the control panel. However, if the MultiPHP Manager is unavailable then you can set the same using the domain’s .htaccess file.
Using CodeIgniter Transactions to Insert Records in Multiple Tables
There are times when you want to insert records in multiple tables. At the same time, you also want to ensure consistency. CodeIgniter simplifies MySQL transactions to perform Database operations on either all or none basis.
Your PHP Installation Appears to be Missing the MySQL Extension
We were facing the error “Your PHP installation appears to be missing the MySQL extension which is required by WordPress”. We’ve fixed it by upgrading WordPress to match it with PHP 7.0 or higher. We didn’t check PHP, MySQL extension installed on the host.
Local php.ini Settings aren’t Working or Loading in Apache
I had the trouble that local php.ini changes weren’t taking effect. I had already created a custom php.ini file in the user’s home directory. But these local php.ini settings were not working at all.
Hostinger Shared Hosting Reviews from a Real Experience
Hostinger is one among a few reputed web hosting companies worldwide. Does Hostinger shared hosting really worth it and should you host your website on their platform? Here, I would like to share my experience and real reviews as I’ve used their product.
My Blog isn’t Earning or Making Much Money – Mistakes I did
So your blog isn’t making much money as you expected. Luckily, you’re not that one alone. I’m also one and sharing you the 10 mistakes I did. Rectification of these reasons can lead the blog to make the money it deserves, yield the better earning.
5 SEO Mistakes to Avoid when You Create a Post – Website & Traffic
Many of you are unaware of mistakes that are made while creating a post in WordPress or any other CMS. No matter how awesome your content is, a single mistake can ruin all your SEO efforts. In this article, we are explaining the top 5 SEO mistakes people make when they create a post. Additionally, we’re also mentioning what should you do to avoid them.
Live Server Transfer of a CI Project from Localhost – The Efficient Way
CodeIgniter offers an easy mechanism to maintain parameters for development and production environments. It simplifies the process of live server transfer of the CI project. In this article, we’re explaining you the efficient way CodeIgniter offers to easier the live server transfer process and making the site production ready with minor changes.
Peer Not Authenticated | Gradle Project Refresh Failed – Solutions
Gradle is one core component of Android Studio. Every project runs only after a successful Gradle build. However, there might be times when the Gradle fails to sync. Gradle: Project refresh failed. Cause: Peer not authenticated is such one error.