web.config: Elgg URL Rewrite
To make this work you can replace your current web.config file with the following:
.webServer>
url="^pg/([A-Za-z0-9_-]+)$" ignoreCase="false" /> type="Rewrite" url="engine/handlers/page_handler.php?handler={R:1}&{QUERY_STRING}" appendQueryString="false" />
url="^tag/(.+)/?$" ignoreCase="false" />
type="Rewrite" url="engine/handlers/action_handler.php?action={R:1}&{QUERY_STRING}" appendQueryString="false" />
url="^export/([A-Za-z]+)/([0-9]+)/?$" ignoreCase="false" />
name="Imported Rule 9" stopProcessing="true"> url="xml-rpc.php" ignoreCase="false" />
url="mt/mt-xmlrpc.cgi" ignoreCase="false" />
url="^rewrite.php$" ignoreCase="false" /> type="Rewrite" url="install.php" />
logicalGrouping="MatchAll"> <
add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
If you haveany
further questions,
you can always check if there is someone on the online chat.
Or you can create a ticket for this in the customer panel.