Announcement

Collapse
No announcement yet.

Duda con configuración de portal

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Duda con configuración de portal

    Tengo una duda con la configuración, ya leí la documentación pero no indica donde poner esta configuración, ya traté creando un V host o haciendo un archivo .conf hasta configurar el httpd.conf pero aun no me queda claro




    For EspoCRM v7



    Config example:
    DocumentRoot /path_to_espo/public/portal/
    Alias /client/ /path_to_espo/client/
    Alias /api/v1/ /path_to_espo/public/api/v1/

    <Directory /var/www/html/>
    AllowOverride None
    </Directory>

    <Directory /var/www/html/public/>
    AllowOverride All
    </Directory>

    <IfModule mod_rewrite.c>
    RewriteEngine On

    RewriteRule .* - [E=ESPO_PORTAL_ID:{PORTAL_ID}]
    </IfModule>

    Click image for larger version

Name:	image.png
Views:	140
Size:	13.0 KB
ID:	83419



  • #2
    ¿Estás ingresando a un portal que ya está creado?

    Comment


    • #3
      Estoy tratando de crear uno.

      Comment

      Working...
      X