0 votes

By default The Sign in Page for adaxes is Ex. adaxes.contoso.com/adaxes. After that I already set up the rules to redirect the user to the page that match their permissions.

I want to know how can I make the Login Page : adaxes.contoso.com (stripping out the /adaxes)

Thanks

by (120 points)

1 Answer

+1 vote
by (272k points)

Hello David,

If you want to generally remove the word Adaxes from the Web Interface URLs (e.g. change http://adaxesserver.company.com/Adaxes/Admin to http://adaxesserver.company.com/Admin), this can be easily done in IIS:

  1. On the computer where Adaxes Web interface is installed, launch Internet Information Services (IIS) Manager.
  2. In the Connections pane, expand the server that hosts Adaxes Web Interface and then expand Sites.
  3. Select the web site that hosts Adaxes Web Interface and click Advanced Settings in the Actions pane. image.png
  4. Set the Physical Path to the App subfolder of the folder where Adaxes Web Interface is installed. By default, the folder is C:\Program Files\Softerra\Adaxes 3\Web Interface. image.png
  5. Click OK.
  6. Restart IIS.
  7. IMPORTANT: The only limitation in this case, is that you will not be able to create a Web Interface called AdaxesConfig as it will conflict with the Web Interface Configurator.

If you want to just redirect the page of the web site that hosts Adaxes Web Interface to the Common Sign in page, this can also be done in IIS:

  1. On the computer where Adaxes Web interface is installed, launch Internet Information Services (IIS) Manager.
  2. In the Connections pane, expand the server that hosts Adaxes Web Interface.
  3. Expand Sites and select the web site that hosts Adaxes Web Interface.
  4. In the Home pane on the right, double-click HTTP Redirect. image.png
  5. Select the Redirect requests to this destination checkbox.
  6. In the field below, enter the required URL (e.g. http://adaxes.contoso.com/Adaxes).
  7. Clear the Redirect all requests to exact destination (instead of relative to destination) checkbox.
  8. Select Only redirect requests to content in this directory (not subdirectories).
  9. Select the Permanent (301) status code.
  10. Click Apply in the Actions pane on the right. image.png
  11. Make sure that no HTTP redirects are enabled for the Adaxes, AdaxesConfig and AdaxesSpmlWS virtual directories. If there are, disable the redirects.
  12. Restart IIS.

Related questions

0 votes
1 answer

Is there a way to change the URL that redirects you after you change your password with password manager? /PasswordResetSite/SelfPasswordReset.aspx will redirect ... to another site: /PasswordResetSite/SelfPasswordReset.aspx redirect to /OtherSite/SignIn.aspx

asked Oct 13, 2015 by jheisley (590 points)
0 votes
1 answer

The default is http://[mydomainname]/Adaxes/SelfService is there a way to change this? example; http://[mydomainname]/passwordselfservice or http://[mydomainname]/help

asked Sep 17, 2021 by john_shook (40 points)
+2 votes
0 answers

This can be setup using the HTTP Redirect option in IIS: On the computer where Adaxes Web Interface is installed, launch Internet Information Services (IIS) Manager. In the Connections ... (301). In the Actions pane on the right, click Apply. Restart IIS.

asked Oct 30, 2019 by Adaxes (550 points)
0 votes
1 answer

Is it possible after a user logs in to be Redirect to the Home Page (if enabled) ? If so where would that need to be changed? I've found multiple difference Web Config ... where or how it gets redirected to the My Properties page so it can be changed. Thanks

asked Jul 23, 2019 by Helios5287 (100 points)
0 votes
1 answer

Is there a preferred method for setting the a default web interface so that when users browse to the base URL they will be redirected to it? For example, browsing adaxes. ... is to write a custom redirect page with rules, so looking for assistance with that.

asked Oct 20, 2015 by yourpp (540 points)
3,346 questions
3,047 answers
7,770 comments
544,965 users