logo

install git-ftp on window

Here in this article we will learn how to install and configure git-ftp on our windows based local system with easy step by step method. Before starting I would like to tell you what is git-ftp? What is GIT-FTP? It uploads files to server in the same way GIT works, it creates a log file on your server and keeps […]

Read more
creating virtual hosts

When we install WAMP or XAMP for development purpose, it has one Virtual Host by default that is localhost. all projects or websites we create are sub-folders in that single Virtual Host.and can can only put our projects inside default folder www for WAMP and htdocs for XAMP.when we access our projects our urls are something like the following

[…]

Read more
Apache Get Set Environment Variables

like windows Environment Variables we have some variables at Apache/PHP level, there are some default Environment Variables while we can also set our custom variables according to need of our application. Scope wise these are Super Global Variables, although we can limit our custom vars to our application only we have discussed it step 4 below. Lets have a look […]

Read more