Jump to content

1edo

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

1edo's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Hi, I'm testing blesta 3 and 4 beta 4 with nginx, php 7.0 and php-fpm, works well but for some reason, in url appears https://midomain.com/index.php instead https://midomain.com/ this produce long url example https://midomain.com/index.php/client/login/ # Ported from Blesta's .htaccess # There are more than one way to accomplish this. # You can use try_files rather than using IF ... rewrite; location / { error_page 404 = @blesta; #IF file doesn't exist log_not_found off; # For access to install file if ($request_uri ~ "^(.*)/install.php$"){ rewrite install.php /%1/install/ redirect; } } #Core rewrite location @blesta { rewrite ^(.*)$ /index.php last; } source: https://github.com/cloudrck/blesta-nginx/blob/master/sites-available/blestav3 Someone configured it to be this way? Thanks! Rgds, Edo
  2. 1edo

    cart not showing currency

    No, it's checked. And the package price its fixed in default currency (only I have one currency) Anyway, this is solved. Thanks, Eduardo
  3. Hi, I suggest adding tool to test mail settings. location: http://domain/admin/settings/company/emails/mail/ Rgds, Edo
  4. 1edo

    cart not showing currency

    Hi Michael, Yes, I already setup the currency. Strange, but I solved this adding new period to package. Can be a bug of beta? Rgds, Edo PD. Its a clean install.
  5. Hi, I create package with usd currency, then create a new currency, and modify default currency of system, and finally modify price and currency from package. But for some reason in order cart, not showing the price, only appears empty dropdown. Any suggestion? Im using blesta 4 beta 4 Rgds, Eduardo
×
×
  • Create New...