Felix2001
Forum Replies Created
-
After some trial and error, I found how to fix I had to add the capability to of “Edit posts” to “editor” to get this to work properly even though I am not using posts on the site, just pages. I will now have to find a way to remove posts from the side menu for editors.
Hope this helps someone.
edit:
When I click “Add to Menu” after selecting the page I want to add, the new menu item looks like it is created, but then when I hit “Save Menu” wordpress reports: “The main nav menu has been updated.” but removes the new item so no change is actually made.
Any thoughts??
I found someone else with the same problem, editing the web.config file as per below seemed to fix it.
<rule name=”WordPress Rule 5″ stopProcessing=”true”>
<match url=”^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*)” ignoreCase=”false” />
<action type=”Rewrite” url=”{R:1}” />
</rule>Does anyone know if there are any other mods I should be making to the web.config?
cheers!
Forum: Networking WordPress
In reply to: IIS 7.5 Multisite Subdirectory web.config rewrite ruleshi afhole,
I was having the exact same issue as you, i’m running 3.1 on IIS7 box with url rewrite. once I changed the line you indicated in the web.config it worked! Do you know if there is anything else we need to change there? Or was that the only problem you ran into? Cheers, and Thanks!!