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
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
Comment