Look at the settings for the cms where you can see where the cms path is.
if you are using 7.0 or above it is usually /EPiServer as your ui-path.
Then your UI address probably are /episerver instead of /secure/cms/
Look in your web.config (or if you have a episerver.config) for this:
<episerver> <applicationSettings httpCacheability="Public" pageValidateTemplate="false" uiShowGlobalizationUserInterface="true" uiUrl="~/EPiServer/CMS/" urlRebaseKind="ToRootRelative" uiEditorCssPaths="~/Static/css/Editor.css" uiSafeHtmlTags="b,i,u,br,em,strong,p,a,img,ol,ul,li" /> <imageEditor windowWidth="900" windowHeight="600" enabled="true"> <sizePresets> <preset name="320*240" width="320" height="240" /> <preset name="640*480" width="640" height="480" /> </sizePresets> </imageEditor> </episerver>
And look for uiUrl
Hi Henrik
Yes i have episerver config file and uiurl is set to ~/secure/cms
as i said.
Hi Anyone please respond to above problem.
I am still struggling with the problem and didnt found any solution yet.
Check your vpp settings. There should be a matching path there as well as a physical path on disk. Install a demo version of site and compare settings for these settings. Sitesettings, location tags and vpp settings. UI resides under protected modules for 7.0 so you need to make sure you have both the correct path to it and that you actually copied those files
Hi I have checked and verified and urls are fine.
IT seems after clicking on edit view it is going to wrong url.
Hi
On login to episerver i am getting 404 error every time.
Also, url is ending up like this:
https://site.com/secure/cms/
Thanks in Advance.