Hi All
We are looking at ESPOCRM and so far very impressed.
On installation (Out of the Box) we had to do the following changes
Add the following to the install folders php.ini file
max_input_time=180
memory_limit=256M
max_execution_time=180
post_max_size=20M
upload_max_filesize=20M
and then add the following change to .htcaccess file in \Api\V1
RewriteBase /companyname/api/v1/ to RewriteBase /api/v1/
Installation went well and all is working fine.
But now the Portal test.
We went through the documentation for creating a Portal, adding a new Role and User.
The given URL provides a
-------------------------------------------- 404 Page Not Found
The page you are looking for could not be found. Check the address bar to ensure your URL is spelled correctly. If all else fails, you can visit our home page at the link below.
Visit the Home Page
---------------------------------------
Can we please get some help with this as its the last part in our journey.
Thank you in Advance
Mato
We are looking at ESPOCRM and so far very impressed.
On installation (Out of the Box) we had to do the following changes
Add the following to the install folders php.ini file
max_input_time=180
memory_limit=256M
max_execution_time=180
post_max_size=20M
upload_max_filesize=20M
and then add the following change to .htcaccess file in \Api\V1
RewriteBase /companyname/api/v1/ to RewriteBase /api/v1/
Installation went well and all is working fine.
But now the Portal test.
We went through the documentation for creating a Portal, adding a new Role and User.
The given URL provides a
-------------------------------------------- 404 Page Not Found
The page you are looking for could not be found. Check the address bar to ensure your URL is spelled correctly. If all else fails, you can visit our home page at the link below.
Visit the Home Page
---------------------------------------
Can we please get some help with this as its the last part in our journey.
Thank you in Advance
Mato
Comment