If you are having issues with payment tags or system tags leading to the wrong folder / url. Please check the following:
- Check the root directory is correct: Settings > system > general > Root Web Directory
- Check the cron url is correct.
If it's still not working are you using HTTPS? (SSL) for your Blesta installation? If you are edit your .htaccess and do the following:
# Force HTTPS
#RewriteCond %{HTTPS} !=on
#RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=307,NE,L]
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteCond %{SERVER_PORT} ^80$ [NC]
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=307,NE,L]
If you still have issues please contact us if you are a customer or post on the Blesta support forum.