No, they are not your real estate properties or your neighborhoods. They are your websites and your online communities. Programmers, web administrators and users, should take proactive measures to protect electronic assets, since cyber-criminal activities Continue reading Defending your sites from criminals
Category Archives: Computer Science
Computer Science (CS) and Information Technology (IT) related items will be posted under this category. Topics include, but not limited to, system administration, hardware/software troubleshooting, coding/programming (PHP, HTML, Java, Python, etc) and more.
Resolving IIS 403 Forbidden: Access is denied
You do not have permission to view this directory or page using the credentials that you supplied.
Every time IIS (Internet Information Services) is given a folder to access with information on a website, the 403 error page will appear if the right permissions are not given to the folder. It is a simple fix, but I don’t know why Microsoft hasn’t posted a proper answer on their KB, MSDN or their other support forums on this issue. Continue reading Resolving IIS 403 Forbidden: Access is denied
Installing MySQL Databases using SQL files
It can be a daunting task to create SQL databases when you are running your websites without any professional help. For most small businesses, it is a waste of money to hire a web developer to work on all the areas of a website. If you can follow instructions Continue reading Installing MySQL Databases using SQL files
Direct all traffic to a single page using Apache rewrites
The .htaccess (hypertext access) file is a powerful WWW and FTP directory configuration file that can be used to modify connection requests to a server. It is a very useful tool in the web industry because it gives Continue reading Direct all traffic to a single page using Apache rewrites
Configuring DHCP for LAN using Windows Server
Windows Server 2010 (also anything on NT platform; 2000, 2008, etc) is a powerful operating system with a wide range of capabilities. That is why most companies regardless of how small they are allocate a significant amount of their IT Continue reading Configuring DHCP for LAN using Windows Server