Announcement

Collapse
No announcement yet.

Mod_Redirects

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

  • Mod_Redirects

    I am new to EspoCRM and am struggling with the customer portal. I want to create my own URL - I want to change it from http://url.com/portal/58b05f6d7ff68c39c to http://url.com/epa

    I have the mod_rewrite loaded.

    I have created an .htaccess file in /var/www/html which is the root folder of my EspoCRM, but I have no idea how to write the rule and my attempt naturally doesn't work:
    RewriteEngine on RewriteRule ^/58b05f6d7ff68c39c/$ /epa/ Can anyone help me with this. Thanks Andrew

  • #2
    I'm not a specialist in this area but i think that you need to have rules for:

    http://url.com/epa/client/*
    http://url.com/epa/api/v1/portal/*

    You can create epa folder and apply the same rules as in portal folder.



    Comment

    Working...
    X