File Away on Windows Server/IIS
-
In the FAQ, the top question is whether File Away works on Windows Server/IIS. I didn’t read the FAQs before installing, and call it dumb luck, but File Away is (mostly) working for me.
I’m using it for its File Listing/Table functionality to list files on our private company portal.
For those wondering, here’s the setup:
Windows Server 2008, Dual-Core 64bit, 4GB RAM
IIS 7
PHP 5.4.39
Wordpress 4.3
MySQL 5.1I’ve done substantial configuration to allow WordPress to “play nice” with IIS, so that might be why I’ve had such luck, and I have the added benefit of being an admin on the server.
Here’s what I know works:
File Lists
File Tables
Lightbox previews for PDFs
Encrypted Links *(see note below)
Styling
Custom CSS
Sub directories (make sure to not lead with a /, but when separating the other sub dirs, use a / (forward slash) instead of a backslash) e.g. “wp-content/uploads/img”
Directory NavigationWhat doesn’t work:
Encrypted Links in page previews. You must update the page for the encrypted links to work correctly
Excluding files and directories in the same shortcode
When attempting to exclude files by extension as well as excluding directories, only the directories will be excluded regardless of order in the shortcode. You can have one or the other, but not both.
Workaround: For me, I excluded the directories necessary in the shortcode, and then used the global file exclusion to exclude the file types I didn’t want shown.At this point, other features remain untested due to my needs being met, but maybe this will help someone else enjoy this fine plugin!
- The topic ‘File Away on Windows Server/IIS’ is closed to new replies.