Peter
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Networking WordPress
In reply to: Multisite subdomain non-www link issueWorking with Microsoft we were able to resolve the issue. There were a couple things they mentioned that could have been an issue. They had us place this rule first, before WordPress Rule 1. The code they provided is below.
<rule name="Redirect to www" stopProcessing="true"> <match url="(.*)" negate="false"/> <action type="Redirect" url="http://www.thomas.edu/{R:1}"/> <conditions> <add input="{HTTP_HOST}" pattern="^www.thomas\.edu$" negate="true"/> </conditions> </rule>Not sure if this will help others, but this was the solution to my issue.
Forum: Networking WordPress
In reply to: Multisite subdomain non-www link issueThank you for your response. I spoke to our IT department and they have opened a ticket with Microsoft to resolve the issue. Once we determine what the cause is, I will share it.
I also passed on the message about the DNS.
Forum: Plugins
In reply to: [WP Responsive Menu] Navigation won’t collapse on MobileNO idea what I did. But it seems to be working now.
Forum: Plugins
In reply to: [WP Responsive Menu] Navigation won’t collapse on MobileAlso – when going into the settings on the back end I now get an error: Failed to load the icons, Please check file permission.
Viewing 4 replies - 1 through 4 (of 4 total)