WordPress main site and sub domain

it says when you answer to avoid asking for clarification, but how else do you let someone know more info is needed? I tried to pull up both urls, the subdomain by itself, and with the additional “printing” folder on the end, both pull up nil. There are a couple ways to do it, but … Read more

Can IIS be configure to forward request to another web server?

For IIS 7.5, Microsoft provides official modules for this! URL Rewrite: http://www.iis.net/download/URLRewrite Reverse proxy: http://www.iis.net/download/ApplicationRequestRouting In the site settings, you’ll get an “URL Rewrite” icon. Open it right click on the “inbound rules list” Select “Add Rule(s)” Choose “Reverse proxy” In this dialog you can enter the hostname + port to forward to. After adding … Read more

Recommended LogParser queries for IIS monitoring?

A good indicator for hacking activies or other attacks is the number of errors per hour. The following script returns the dates and hours that had more than 25 error codes returned. Adjust the value depending on the amount of traffic on the site (and the quality of your web application 😉 ). SELECT date … Read more

How to add exception to WordPress’s web.conf

If you make the file non-writable by the webserver, then WordPress won’t attempt to rewrite it, because it checks that it is writable before writing to it. So your custom rules can be preserved in this manner.