Software Archives - Nabtron Technology & Programming Guide Sun, 15 Nov 2020 20:36:09 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.2 https://i0.wp.com/nabtron.com/wp-content/uploads/2018/12/nabtron-icon-50.jpg?fit=32%2C32&ssl=1 Software Archives - Nabtron 32 32 13047128 Codeigniter 404 error on inner pages [solved] https://nabtron.com/codeigniter-404-error-inner-pages/ https://nabtron.com/codeigniter-404-error-inner-pages/#respond Sun, 15 Nov 2020 20:33:20 +0000 https://nabtron.com/?p=11723 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 […]

The post Codeigniter 404 error on inner pages [solved] appeared first on Nabtron.

]]>
https://nabtron.com/codeigniter-404-error-inner-pages/feed/ 0 11723
Amazon ses connect failure on cpanel [Solved] https://nabtron.com/amazon-ses-connect-failure-cpanel-solution/ https://nabtron.com/amazon-ses-connect-failure-cpanel-solution/#respond Sat, 18 May 2019 14:02:55 +0000 https://nabtron.com/?p=11012 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 […]

The post Amazon ses connect failure on cpanel [Solved] appeared first on Nabtron.

]]>
https://nabtron.com/amazon-ses-connect-failure-cpanel-solution/feed/ 0 11012
VirtualMin WordPress Nginx Permalinks 404 [Solved] https://nabtron.com/virtualmin-wordpress-nginx-permalinks-404/ https://nabtron.com/virtualmin-wordpress-nginx-permalinks-404/#comments Wed, 13 Jun 2018 21:31:44 +0000 https://nabtron.com/?p=10531 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 […]

The post VirtualMin WordPress Nginx Permalinks 404 [Solved] appeared first on Nabtron.

]]>
https://nabtron.com/virtualmin-wordpress-nginx-permalinks-404/feed/ 6 10531
Add Subdomain on Nginx https://nabtron.com/add-subdomain-nginx/ https://nabtron.com/add-subdomain-nginx/#comments Sat, 12 Nov 2016 13:07:55 +0000 https://nabtron.com/?p=10207 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 […]

The post Add Subdomain on Nginx appeared first on Nabtron.

]]>
https://nabtron.com/add-subdomain-nginx/feed/ 2 10207
Cpanel error while adding the redirect [solved] https://nabtron.com/cpanel-error-while-adding-the-redirect-solved/ https://nabtron.com/cpanel-error-while-adding-the-redirect-solved/#comments Tue, 05 Aug 2014 20:35:25 +0000 http://nabtron.com/?p=8080 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 […]

The post Cpanel error while adding the redirect [solved] appeared first on Nabtron.

]]>
https://nabtron.com/cpanel-error-while-adding-the-redirect-solved/feed/ 2 8080
Unzip Files over FTP in a minute https://nabtron.com/unzip-files-over-ftp-in-a-minute/ https://nabtron.com/unzip-files-over-ftp-in-a-minute/#respond Sat, 27 Jul 2013 16:21:00 +0000 http://nabtron.com/?p=7778 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 […]

The post Unzip Files over FTP in a minute appeared first on Nabtron.

]]>
https://nabtron.com/unzip-files-over-ftp-in-a-minute/feed/ 0 7778
How to download VLC player for Free https://nabtron.com/how-to-download-vlc-player-for-free/ https://nabtron.com/how-to-download-vlc-player-for-free/#respond Sun, 10 Feb 2013 08:18:56 +0000 http://nabtron.com/?p=7667 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 […]

The post How to download VLC player for Free appeared first on Nabtron.

]]>
https://nabtron.com/how-to-download-vlc-player-for-free/feed/ 0 7667
Convert Table to Div in dreamweaver using Regex https://nabtron.com/convert-table-to-div-in-dreamweaver-using-regular-expressions/ https://nabtron.com/convert-table-to-div-in-dreamweaver-using-regular-expressions/#comments Tue, 15 Nov 2011 05:10:48 +0000 http://nabtron.com/?p=7101 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 […]

The post Convert Table to Div in dreamweaver using Regex appeared first on Nabtron.

]]>
https://nabtron.com/convert-table-to-div-in-dreamweaver-using-regular-expressions/feed/ 2 7101
How to disable directory listing / browsing – cPanel https://nabtron.com/how-to-disable-directory-listing-browsing-cpanel/ https://nabtron.com/how-to-disable-directory-listing-browsing-cpanel/#respond Tue, 11 Oct 2011 23:45:48 +0000 http://nabtron.com/?p=6809 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 […]

The post How to disable directory listing / browsing – cPanel appeared first on Nabtron.

]]>
https://nabtron.com/how-to-disable-directory-listing-browsing-cpanel/feed/ 0 6809
How to remove height / width using regex from image in Dreamweaver https://nabtron.com/how-to-remove-height-width-using-regex-from-image-in-dreamweaver/ https://nabtron.com/how-to-remove-height-width-using-regex-from-image-in-dreamweaver/#respond Tue, 04 Oct 2011 15:32:21 +0000 http://nabtron.com/?p=6458 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 […]

The post How to remove height / width using regex from image in Dreamweaver appeared first on Nabtron.

]]>
https://nabtron.com/how-to-remove-height-width-using-regex-from-image-in-dreamweaver/feed/ 0 6458