Pydio 8 on IIS 8.5

I did a fresh installation of Pydio 8 on Server 2012 with IIS 8.5, I have followed all the articles available on your knowledge base.
I understand the a share.php should be generated and updated upon every share link that is created, But for some reason Pydio doesn’t update the share.php file (I created it manually on the public folder share) .
I have made sure there is full permissions in the public folder to the application pool.

Hi Kerenl
No, that was an old behavior to generate files for share, but since v7 shares are handled directly by the router. I guess you may have some rewrite issue. If you are inside a workspace and just hit F5, do you get a 404 error?
-c

Yes, I do get 404 error after refreshing the page.
my rewrite url rules are as followed:

    RewriteEngine on
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^([a-zA-Z0-9_-]+)\.php$ share.php?hash=$1 [QSA]
    RewriteRule ^([a-zA-Z0-9_-]+)--([a-z]+)$ share.php?hash=$1&lang=$2 [QSA]
    RewriteRule ^([a-zA-Z0-9_-]+)$ share.php?hash=$1 [QSA]

Hi,

Try with this webconfig

Thanks, it did solve the refresh page 404 error, but now when I generate public share - the page appear blank.
What could be the cause for that ?

Hi,
Make sure delete plugin cache before testing.
and …

Hi
I tried deleting cache plugin but it didn’t solve the problem. Public shares still show as blank pages.
Here is the main options configuration

Hi,
what does the public link look like ?
Try to fix Download URL : http://box.systematics.co.il/public