How enable HTML files to display php code

 When writing content for your site, you typically store them in either html or php files. The basic files, particularly on Linux servers like the ones used for our hosting accounts, are either generally either html (files ending in the extension .html or .htm) or php (files ending in the extension .php) files. HTML files are created with markup tags […]

» Read more

Redirect domain to subdirectory without changing URL

The simple way to redirect your primary domain to a sub folder without change the URL A)  Redirect and keep everything after the URL Show all of the same content on one URL as you would another. Example, if you just changed your domain to DomainB.com, but you still have plenty of visitors coming to DomainA.com, you would use this to […]

» Read more