Plugin Author
AITpro
(@aitpro)
A Windows web.config file is completely different than Apache httpd.conf and .htaccess files. The IIS Server would have to be able to convert the .htaccess file/code. That would require…
If your IIS Server has ISAPI_Rewrite installed then you CAN use .htaccess files / BulletProof Modes.
http://ww.wp.xz.cn/plugins/bulletproof-security/faq/
Compatible with Windows IIS Servers – Windows Hosting – See IMPORTANT NOTES below.
If your IIS Server has ISAPI_Rewrite installed then you CAN use .htaccess files / BulletProof Modes.
IMPORTANT NOTES: If you have an IIS Server you may or may not be able to use .htaccess files and can only use Login Security & Monitoring. If your IIS Server is using the URL Rewrite Module then you can probably use .htaccess files / BulletProof Modes. If you activate BulletProof Modes and your website crashes then FTP to your website and delete the root .htaccess file and the wp-admin .htaccess file. You will not be able to use .htaccess files on your Server/website and can only use Login Security and the other features in BPS.
You can install BulletProof Security if you have a Windows IIS hosted website to use the additional features in BPS, but may or may not be able to Activate BulletProof Modes depending on what your IIS Server does and does not have installed / configured. Please see this WordPress Codex Permalinks without mod_rewrite: http://codex.ww.wp.xz.cn/Using_Permalinks#Permalinks_without_mod_rewrite for additional information regarding IIS Servers and also the Helicon Tech website: http://www.isapirewrite.com/ for additional information regarding ISAPI_Rewrite.
Thread Starter
CamJor
(@camjor)
Hmm..we are utilizing IIS URL Rewrite 2.0 — I don’t think it will interpret the .htaccess files correctly.
Is there anyway to see what configurations the .htaccess file would generate (via the plugin)? We could possibly then translate those rules/conditions to work in the web.config file?
Thanks!
Plugin Author
AITpro
(@aitpro)
The IIS Site has step by step instructions on how to use an Import/Converter tool. I have no idea how this works (no hands on with this), but the instructions in the link below look easy enough to follow.
http://www.iis.net/learn/extensions/url-rewrite-module/importing-apache-modrewrite-rules
Thread Starter
CamJor
(@camjor)
Thanks, will certainly take a look into it!!