Jump to content

ibra

Members
  • Posts

    39
  • Joined

  • Last visited

Everything posted by ibra

  1. Problem: After pointing the domain example.com to Johnny (HelioHost), the site was redirecting to helionet.org instead of loading the Laravel application. At first this looked like a DNS or .htaccess misconfiguration. However, the real cause was inside Laravel’s environment file (.env): APP_URL=https://johnny.heliohost.org/ ASSET_URL=https://example.helioho.st/public Because APP_URL was set to the server’s default domain (johnny.heliohost.org), Laravel generated all links and redirects to that domain. This made the site appear as if it was stuck on helionet.org. Solution: Update the .env file so Laravel knows the correct production domain: APP_URL=https://example.com ASSET_URL=https://example.com Then clear Laravel’s cached configuration: php artisan config:clear php artisan cache:clear Now all redirects, assets, and generated URLs point to example.com correctly. Explanation: - DNS records were already correct, pointing example.com to Johnny’s IP. - Apache/.htaccess was fine, routing requests into Laravel’s public folder. - The problem was application-level misrouting: Laravel used APP_URL to decide what domain to generate links for. - Since APP_URL was set to johnny.heliohost.org, every redirect and asset URL pointed to the wrong domain. By fixing APP_URL and ASSET_URL, Laravel now generates URLs for the right domain (example.com), resolving the misrouting.
  2. Could this change be affecting the login process? At the moment, I’m experiencing login rejection
  3. I understand the effect of the change and thank you for your support.
  4. Hello HelioHost Admin Team, I am currently hosting my project under the subdomain tanzilskill.helioho.st, but I would like to replace it with my registered domain tanzilskills.com. Please ensure that this change is applied without deleting or overwriting any of my existing data, configurations, or files. My goal is simply to have tanzilskills.com serve the same content that is currently available at tanzilskill.helioho.st. Could you kindly assist me with this domain replacement and confirm once the update has been completed? Thank you very much for your support. Best regards, Zack.
  5. Dear Chief, yes i do mean to see what entries are in the DNS Zone for my Domain please. Thank you for understanding me and i appreciate your effort, time and energy.
  6. Dear Admin, I need to get the DNS records of https://tanzilskill.helioho.st please. Thank you, Zack, Best regards.
  7. Dear Root Admin, Thank you for efforts, and dedication to respond the technical situations. I have shared the screenshot of the issue, right now i can see its working but before it was showing "we're sorry, but something went wrong". Can you tell me what that was?
  8. Dear Admin, I have this issue can you check and fix please We're sorry, but something went wrong. The issue has been logged for investigation. Please try again later.
  9. Hello Admin, I am currently hosting project (https://tanzilskill.helioho.st/) on johnny.heliohost.org. To extend its functionality, I need to run a Node.js and npm. Could you please enable Node.js (preferably the latest LTS version, e.g. 18 or 20) and npm for my account, or guide me on how to access a Node.js runtime on the server? Having these tools available will allow me to install dependencies and build the service properly. Thank you for your support. Best regards, Zacharia
  10. I have tried this one too: localhost:3306
  11. I cannot connect to DB this is technical issue which beyond my control I know brothers and sisters you can fix it please help me here.
  12. ibra

    phpMyAdmin

    I have done that, but the problem has not been fixed, is there anything else might exist MoneyBroz.
  13. I cannot access database from this link: https://johnny.heliohost.org/phpMyAdmin can you left off the restriction imposed please. I have used the database user name and password correctly i got denied accessing database.
  14. Do you want me to set that up? Yes, i do.
  15. Hi Support Team, I’m trying to configure SMTP for my domain tanzilskill.helioho.st using the email zakaria@tanzilskill.helioho.st. I’ve tested both port 465 (SSL) and 587 (TLS), but I keep getting a timeout error when trying to send mail via SMTP. Could you please confirm: 1. Is SMTP access enabled for my hosting account? 2. Are ports 465 and 587 open and properly configured? 3. Is mail.tanzilskill.helioho.st currently online and accepting SMTP connections? 4. Are there any firewall rules or restrictions I should be aware of? I’ve tested using external tools and also within forma.lms, and both fail with timeout or 500 errors. Thanks in advance!
  16. I have done the rest but the email rejected to proceed for creating and showed on the status account as uncreated account with this email: ibragole13@gmail.com
  17. I have recieved invalid code to reset my account and here the what i am encountering: Invalid Code This validation code doesn't match any accounts in our system. It may have already been used, or if the code is more than 48 hours old it may have expired. I have this issue please
  18. I have issue on this account
  19. URL was not found on this server. HelioHost's AllowOverride Setting (Very Common on Free Hosts) For the .htaccess file to work, the Apache server configuration for your account must have AllowOverride set to a value that permits the directives you're using (like RewriteRule). On free hosts like HelioHost, this is sometimes restricted for security and performance reasons.
  20. I have installed a plugin called PDF SECURE; it requires to be enable this php extension imagemagick,. Is it possible to enable please?
  21. Php 8.2
  22. I have learned recently in this community all the newbies have the same issues creating multiple accounts for the first time they join on the server. They need to be provided orientation Dos and don'ts so that this kind of behaviour will be minimised/disappear for good.
  23. Dear Admin root, I know this is too much to ask but i don't have a choose when something is not right I have to ask you about it, reason for this is that I am not the admin root I could I have fixed myself because I know how to do it, please can you enable for me this PHP_EXTENSION which is call imagemagick
  24. Thank you
×
×
  • Create New...