In this tutorial, We gonna use CodeIgniter built-in pagination library to show the paginated list of items on your web page. Here are the steps…
Leave a CommentTag: How to
In this post, I would like to show you how to enable WordPress post thumbnails on your WordPress theme. Post thumbnails are pretty useful and…
Leave a CommentUsually, when we run a Yii website, the URL will have index.php after the hostname. To remove this in appache web server, we need to…
1 CommentIn PHP, the explode() function splits a string into an array based on a specified delimiter. By default, it breaks the string at each occurrence…
2 CommentsMost web Hosting providers give access to override the .htaccess, To Increase the file size upload limit via .htaccess just copy the below settings into…
2 CommentsFor SEO reasons, you might always use (or remove) the www prefix in your URLs. The following snippet will add the www to your website URL and redirect any…
Leave a CommentFor SEO reasons, you might always remove (or use) the www prefix in your URLs. The following snippet will remove the www from your website URL and redirect any…
Leave a CommentHey! , Typically There is 3 Type of Caches in windows Which you can flush easily: Memory Cache. DNS Cache. Thumbnails Cache. What are the…
Leave a CommentIn this post, I want to explain how to redirect the subdomain to a subfolder with .htaccess. I implemented this for demos.arjunphp.com,lab.arjunphp.com and downloads.arjunphp.com I…
1 CommentThe rewrite module is not enabled by default in Apache’s configuration settings. although you can enable it manually by doing very few simple steps: 1.…
Leave a Comment