I'm trying to install Wordpress on Windows Server 2016 TP2, 10074 and WebMatrix 5.0 is demanding to install URL ReWrite. URLRewrite then says you must have IIS 7.0 or later. I've tried manually downloading URL ReWrite and I get the same message. So its not
WebMatrix causing the issue. As such I'm stuck installing Wordpress.
Apparently all the other pieces installed just fine. Only URL ReWrite is causing an issue.
Is there a work around for this issue? Is it possible to install Wordpress without the URL redirect?
It is a technical preview, so not everything is ready. Wait till a later release fixes this issue.
Lex Li
Want to have a chat on the issues you meet? Find me at https://booktime.xyz/p/lextm
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
2 Posts
URL Rewrite for server 2016 TP2
May 15, 2015 08:59 PM|WindyD|LINK
Hello,
I'm trying to install Wordpress on Windows Server 2016 TP2, 10074 and WebMatrix 5.0 is demanding to install URL ReWrite. URLRewrite then says you must have IIS 7.0 or later. I've tried manually downloading URL ReWrite and I get the same message. So its not WebMatrix causing the issue. As such I'm stuck installing Wordpress.
Apparently all the other pieces installed just fine. Only URL ReWrite is causing an issue.
Is there a work around for this issue? Is it possible to install Wordpress without the URL redirect?
Thanks.
8995 Posts
MVP
Re: URL Rewrite for server 2016 TP2
May 15, 2015 10:32 PM|lextm|LINK
It is a technical preview, so not everything is ready. Wait till a later release fixes this issue.
Want to have a chat on the issues you meet? Find me at https://booktime.xyz/p/lextm
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
61 Posts
Re: URL Rewrite for server 2016 TP2
May 20, 2015 12:15 PM|tweenet|LINK
Change the following Registry value:
from 10 to 7
then install the URL Rewrite module and change the value back to 10
This is just fixing the installation, I haven't tested the module itself, but it seems not much has changed for IIS in Server 2016, so it should work.
Peter
2 Posts
Re: URL Rewrite for server 2016 TP2
May 30, 2015 09:55 AM|WindyD|LINK
Thank you. That did indeed do the trick.