Mod_Redirects

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • argilmour
    Junior Member
    • Jan 2017
    • 1

    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
  • yuri
    Member
    • Mar 2014
    • 8478

    #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.



    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...