by Amit | Apr 30, 2021 | WordPress
Last Updated on July 23, 2021 by Amit Do you want to change your WordPress blog domain but don’t know how to do it? Don’t worry ! I will help you with the domain change process. In this article I will show you how to change WordPress blog domain without...
by Amit | Apr 29, 2021 | Apache mod-rewrite and htaccess related Articles
Last Updated on April 29, 2021 by Amit With RewriteRules we can use conditions to check if a file or folder exists. To check the existence of a file we us the -f oprator . The “-f” represents that the file being checked exists in the server filesystem. We...
by Amit | Apr 29, 2021 | Apache mod-rewrite and htaccess related Articles
Last Updated on August 11, 2021 by Amit In this article we will learn about the Apache DirectoryIndex a directive provided by Apache directory module . I will show you why we use ans how to use this directive in an htaccess or server.config file. Many of my htaccess...
by Amit | Apr 28, 2021 | PHP, Twitter API
Last Updated on April 29, 2021 by Amit In this short tutorial I will show you how we can unfollow Twitter users using Twitter PHP API . We are using the latest Twitter php auth in this tutorial. What you need to get started? To unfollow Twitter users from a website ,...
by Amit | Apr 27, 2021 | Apache mod-rewrite and htaccess related Articles
Last Updated on November 5, 2021 by Amit In this article I will show you how mod-rewrite QSA flag works and why it’s important to use with RewriteRules in an htaccess file. What is QSA in htaccess Are you wondering what this three letter flag QSA is and why...