You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2022-10-21 01:48:01

rcastillo
Member
Registered: 2022-06-02
Posts: 47

[GLPI 10.0.2] Redirect site.com/glpi -> site.com [SOLVED]

Hello There,

Running GLPI 10.0.2

I need help to redirect site.com/glpi ---> site.com only.

I also see on GLPI GUI, under General Setup - URL of the application = site.com/glpi

So if you guys can help me out here will be greatly appreciated.

Thank you!

Last edited by rcastillo (2022-10-28 07:14:21)

Offline

#2 2022-10-21 08:51:17

Sico31
Member
Registered: 2018-09-24
Posts: 607

Re: [GLPI 10.0.2] Redirect site.com/glpi -> site.com [SOLVED]

Hi, i just modify my apache vhost config :

<VirtualHost *:80>
    ServerName my.server.fr
    Redirect permanent / https://my.server.fr/glpi
    DocumentRoot "c:/wamp/www/glpi"


Manger un castor, c'est sauver un arbre.
Quand on est mort, on ne sait pas qu'on est mort ; c'est pour les autres que c'est difficile. Quand on est con, c'est pareil !

Offline

#3 2022-10-27 23:06:30

rcastillo
Member
Registered: 2022-06-02
Posts: 47

Re: [GLPI 10.0.2] Redirect site.com/glpi -> site.com [SOLVED]

Can someone redo this <VitrtualHost> script with Centos/Linux and not from a windows machine?

I'm still getting error.  Please do it from a :443 method too.

Last edited by rcastillo (2022-10-27 23:25:41)

Offline

#4 2022-10-28 07:13:55

rcastillo
Member
Registered: 2022-06-02
Posts: 47

Re: [GLPI 10.0.2] Redirect site.com/glpi -> site.com [SOLVED]

I have solved this and now closing.

Thank you,
Rudy

Offline

Board footer

Powered by FluxBB