Implemented URL rewriting by configuring wildcards in IIS6 and adding a rule to UrlRewriting.config. This seems to be working ok, i can hit pages in my site accessing:-
<mysite>/jobs etc.etc.
Tried to access:-
<mysite>/Umbraco and get a 404 Page Not Found.
Then tried adding a new rule for /umbraco to redirect to /umbraco/umbraco.aspx but that just caused the page to partially load with images missing and not much else...
URL rewriting causes admin site to fail
Implemented URL rewriting by configuring wildcards in IIS6 and adding a rule to UrlRewriting.config. This seems to be working ok, i can hit pages in my site accessing:-
<mysite>/jobs etc.etc.
Tried to access:-
<mysite>/Umbraco and get a 404 Page Not Found.
Then tried adding a new rule for /umbraco to redirect to /umbraco/umbraco.aspx but that just caused the page to partially load with images missing and not much else...
Any suggestions would be greatly appreciated!
Ron
Can you post the rule you added to the UrlRewriting.config file? It would help in debugging the problem.
Also check to sure the web.config file still contains /umbraco in umbracoReservedPaths.
-Chris
you might have to go direct to /umbraco/umbraco.aspx
try that...
Try adding "/umbraco" to the umbracoReservedUrls value in the web.config. That fixed it for me.
Adding /umbraco to the umbracoReservedUrls value in the web.config did the trick!
Thanks a lot for the replies.
Aron
is working on a reply...