Recent content by lukonii

  1. L

    How to allow access to a file?

    I ran into a similar issue before, and what worked for me was adding a specific exception rule for the file types I wanted to allow. I had to make sure it was in the right place in my config or .htaccess file, right after any general access restrictions. After that, I was able to grant access to...
  2. L

    Web Admin Page 503

    Hey, I’ve had a similar issue before, and it usually boils down to either a PHP or OpenLiteSpeed config problem, especially if the sites are working fine. You might want to check the OpenLiteSpeed error logs to see if there's anything pointing to the admin panel specifically. I’d also recommend...
  3. L

    OpenLiteSpeed Drupal at DigitalOcean - how to log in

    If everything is set up properly, you should be able to log into the Drupal admin panel by adding `/user/login` at the end of your site’s URL. From there, you can use the credentials created during the installation process. If you didn’t set up an account yourself, try the default...
  4. L

    UTF-8 configuration errors

    One thing you could try is to ensure that your Python environment is also set to use UTF-8. You can do this by adding these lines to the top of your Django settings file: import sys sys.setdefaultencoding('UTF-8') Also, check if your OpenLiteSpeed server is correctly set to handle UTF-8. You...
  5. L

    Google cloud pricing

    I totally understand your frustration with GCP's pricing. While GCP does offer a free tier, it can be tricky to navigate, especially if you’re not keeping a close eye on the resources you’re using. Sometimes, small changes in your instance type or additional services can lead to unexpected charges.
  6. L

    How can I backup data from my WP site to my HDD because my site is on Google Cloud?

    I didn't upload, I just on GC created VM instance and connected it to LitespeedCashe and started editing my WP site. Now I made a mistake in one line of code and wanted to edit but I can't even log in to WP. Error 404. My plan is to access that file by Filezilla for example, but it is so hard to...
  7. L

    How can I backup data from my WP site to my HDD because my site is on Google Cloud?

    Hello everyone, I published my site online using Litespeed and Google cloud. Now, because my site is broken I want to get my files on my local hardware and start again. Do you know how to do that? Thanks in advance
Top