Building website Using C

#Code:blocks Download link: https://kent.dl.sourceforge.net/project/codeblocks/Binaries/17.12/Windows/codeblocks-17.12mingw-setup.exe
#Xampp Download link: https://www.apachefriends.org/download.html

#configure the web environment:
1. Download, Install and Open Xampp control panal
2. Configure Apache for CGI
click on config then select Apache(httpd.conf)
In httpd.conf search for:
DocumentRoot “C:/xampp/htdocs” replace by DocumentRoot “C:/xampp/cgi-bin”
Options Indexes FollowSymLinks Includes ExecCGI
Now save and Exit.

You May Also Like