How To Compare Two Text Files Using Notepad++

Let’s say you have two text files that are pretty similar in content and you want to find out what the differences are between those two. You can easily do so using Notepad++.
Basically, once you have Notepad++ installed, here is what you do:

Continue reading “How To Compare Two Text Files Using Notepad++”

PHP Redirect 301 permanently

Sometimes you might want to redirect your visitors to a new URL address. This article will show you how to make a PHP redirect using the 301 "moved permanently" redirection. This is the one you should use as it is the most search engine friendly. Like the name suggests, PHP redirect tells the browser (or a search engine bot) that the page has been permanently moved to a new location.

Continue reading “PHP Redirect 301 permanently”