Installer not detect correct path

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 2RANK
    Junior Member
    • Oct 2014
    • 1

    Installer not detect correct path

    Hi guys,

    I try to install EspoCRM on a shared hosting package but can't install it because of an error.
    The files are uploaded correct directory public_html/crm but the installer refers to /usr/local/apache/htdocs/home.

    How can I fix this problem?
  • tarasm
    Super Moderator
    • Mar 2014
    • 573

    #2
    Solved. It was a problem with RewriteBase. Some servers don't support [QSA] option in .htaccess. In this case need to replace a line in /api/v1/.htaccess:
    Code:
    # RewriteBase /
    to
    Code:
    R[COLOR=#222222][FONT=arial]ewriteBase /<URL-PATH>/api/v1/[/FONT][/COLOR]
    URL path is "test/espo" of URL "http://example.com/test/espo/"
    Job Offers and Requests

    Comment

    Working...