Closed wittmannc closed 6 years ago
The site runs as an server app, not as a regular website. You're probably going to need to delete the current site, and try the new PowerShell script to reinstall. Thanks!
On Mon, Jul 23, 2018, 7:36 AM wittmannc notifications@github.com wrote:
I installed version 3.2.1 of passcore on a Windows Server 2016.
My installations path is C:\passcore\wwwroot Index.html with is working and password change is possible.
Now my problem: I want to access the passcore site with https://server.mydomain.com/tst I changed the index.html file to and moved all files from wwwroot to wwwroot\tst
In this setup, I can see in the debug mode that https://server.mydomain.com/tst/api/password get an http error code 404 (not found) [image: passcore 404] https://user-images.githubusercontent.com/41582117/43083226-4f99e04a-8e96-11e8-9346-fe1b24d7b65f.PNG
I think, I have forgotten to set something. Could anyone help me?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/unosquare/passcore/issues/186, or mute the thread https://github.com/notifications/unsubscribe-auth/AA9fv4v1qqlqRS5PV-GLtdjnH_aC_2Unks5uJd9UgaJpZM4VbHDn .
This was filtered in my first question: I changed 'href="/"' to 'href="/tst/" /'.
'iissetup.ps1 c:\passcore' creates the same website as I already have. tst/api/password still not found with the new site.
Status?
Hi,
my final solution was using a Citrix NetScaler ADC Content Switch.
I installed version 3.2.1 of passcore on a Windows Server 2016.
My installations path is C:\passcore\wwwroot Index.html with is working and password change is possible.
Now my problem: I want to access the passcore site with https://server.mydomain.com/tst I changed the index.html file to and moved all files from wwwroot to wwwroot\tst
In this setup, I can see in the debug mode that https://server.mydomain.com/tst/api/password get an http error code 404 (not found)
I think, I have forgotten to set something. Could anyone help me?