Codeigniter 404 error on inner pages [solved]

Today I happen to come across an issue with codeigniter where the homepage worked fine, however inner pages showd error 404. Details of the issue were as follows: Homepage loaded fine. Homepage with index.php in url also loaded fine Subpages didn’t load with direct url, e.g. /about Subpages worked fine when loaded with index.php in […]

Amazon ses connect failure on cpanel [Solved]

This post solves this problem: One of my client had their website hosted on a third party dedicated server. However they were using amazon SES service for sending emails via SMTP. Everything was working fine until they decided to shift the servers to a new company. Upon shifting the server to a new data center […]

VirtualMin WordPress Nginx Permalinks 404 [Solved]

On default virtualmin install with LEMP, running nginx, the permalinks for WordPress don’t work properly and give a 404 error. This article explains how to fix this issue. Why WordPress permalinks show 404 in virtualmin fresh install? The reason is nginx configuration file. The configuration for wordpress needs some extra lines of code and logic […]

Add Subdomain on Nginx

This tutorial explains how to add a subdomain on nginx server to your already existing and running nginx server. How to add a subdomain in nginx using terminal Nginx treats a new subdomain as a new entity, so basically the process of adding new subdomain is similar to adding a new domain name to your […]

Cpanel error while adding the redirect [solved]

While adding a permanent 301 redirect to one of my old domains onto a new one hosted on a cpanel based server I encountered an error saying: “There was an error adding the redirect.” Redirecting “” to http://my-new-domain.com/ will cause a redirection loop because http://my-old-domain.com/ , which is located at “/domain/location/both/are/same/” is above “/domain/location/both/are/same/”. Well […]

Unzip Files over FTP in a minute

I was just basically searching to unzip files over ftp but failed, however few years back when I didn’t had any cpanelX, I used net2ftp. An online web based FTP client which has many features unlike regular OS ftp clients such as filezilla, etc. It is often feels like falling in trouble when a client […]

How to download VLC player for Free

I’ve noticed that many people ask where and how can they download the latest version of vlc player for free. They look for the free version over google and specially torrents sites. However, they don’t need to do so. Why ? because VLC player is free by default. Yes, you can download the vlc player […]

Convert Table to Div in dreamweaver using Regex

Tables can’t do various things which can be done using divs. In this tutorial I will explain to you how to convert your table based structure into div based structure while giving unique id or class to each of those divs. This can be done via search and replace too right? well there are few […]

How to disable directory listing / browsing – cPanel

By default servers allow directory browsing via http frontend to the visiting users. However you might want to disable directory listing in some situations where you don’t want to allow your users to see the files and folders present in the web servers directories. Servers show the directories and files if default files aren’t present […]

How to remove height / width using regex from image in Dreamweaver

This tutorial is meant to give an idea to the developers about how they can use regex to remove or replace certain code from their source code using regex feature in adobe dreamweaver. For instance, consider an example page with this type of code in it repeating again and again on the entire page: <img […]