Try our conversational search powered by Generative AI!

On login to episerver i am getting 404 error every time.

Vote:
 

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.

#141038
Nov 07, 2015 11:00
Vote:
 

Does it work when going to https://site.com/Util/login.aspx ?

#141044
Nov 09, 2015 7:05
Vote:
 

Hi Henrik

Yes 404 is not coming.

#141427
Nov 14, 2015 10:31
Vote:
 

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.

#141428
Nov 14, 2015 19:39
Vote:
 

Hi Henrik

Which file i can check these settings.

Thanks!

#142320
Dec 09, 2015 7:13
Vote:
 

What version of episerver are you on?

#142342
Dec 09, 2015 14:35
Vote:
 

7.0

#142465
Dec 11, 2015 11:41
Vote:
 

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

#142467
Dec 11, 2015 12:34
Vote:
 

Hi Henrik

Yes i have episerver config file and uiurl is set to ~/secure/cms

as i said.

#142604
Dec 16, 2015 6:16
Vote:
 

Hi Anyone please respond to above problem.

I am still struggling with the problem and didnt found any solution yet.

#144517
Feb 15, 2016 10:12
Vote:
 

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 

#144524
Feb 15, 2016 11:15
Vote:
 

Hi I have checked and verified and urls are fine.

IT seems after clicking on edit view it is going to wrong url.

#144807
Feb 19, 2016 10:26
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.