MVT Home

Problem:  After uploading a file within WordPress and trying to link the file, I would get an Internal 500 error when clicking on the link.  If I got on the server, renamed the file and then renamed it back, the link would work.  This was a Windows 2008 server using IIS7 and was starting to Continue reading →

Problem:  When trying to access files within a specific directory within a WordPress blog, I would receive a server side 500 error.  All other aspects of the blog were working fine. Solution:  The problem had to do with the web.config file within that specific directory.  Somehow some other entries were inserted into it thus creating Continue reading →

Problem:  When in my blog housed on a IIS 7.5 server, I would get an “Sorry, the page of your requested could not be found, or no longer exists.”  I thought it was a permalinks issue because when I turned them off, it would work. Solution:  Turned out it was a combination of many things:  Continue reading →

Problem:  Installed PHP 5.3.5 onto a newly configure Windows 2008R2 server using both manual configuration and the MSI configuration.  When trying to execute the phpinfo.php file, I would get an internal server error.  Tried reinstalling, rebooting and reconfiguring with no luck….  Solution: Read on PHP.net that not only do I need to install the VC9 Continue reading →