Giter Site home page Giter Site logo

Non-Functional Editor about microweber HOT 6 CLOSED

SharkJohny avatar SharkJohny commented on June 27, 2024
Non-Functional Editor

from microweber.

Comments (6)

peter-mw avatar peter-mw commented on June 27, 2024

Hi, can you send a video ?

from microweber.

SharkJohny avatar SharkJohny commented on June 27, 2024

So far, there is only a clean installation, I will give you access
https://truhlari-7331.rostiapp.cz/admin/
[email protected]
123456789

from microweber.

peter-mw avatar peter-mw commented on June 27, 2024

hi, seems the free theme layout is missing, i have updated the theme

from microweber.

peter-mw avatar peter-mw commented on June 27, 2024

hi, seems there is some server redirect happening all the time, maybe via htaccess or https redirect ... can you check your server config ?

from microweber.

SharkJohny avatar SharkJohny commented on June 27, 2024

`server {
listen 0.0.0.0:8000;
listen [::]:8000;
root /srv/app;
index index.php index.html;

    port_in_redirect off;
    location / {
        try_files $uri $uri/ /index.php$is_args$args;
    }

            location ~ \.php$ {
            try_files $uri =404;
            fastcgi_split_path_info ^(.+\.php)(/.+)$;

            fastcgi_pass unix:/srv/run/php-fpm.sock;
            fastcgi_index index.php;
            include fastcgi_params;
            fastcgi_param SCRIPT_FILENAME $document_root/$fastcgi_script_name;
            fastcgi_param HTTPS on;
            }
location /public {
    alias /srv/app/public;
}

location ~ /(vendor|src|config|storage|.git|.env) {
deny all;
return 404;
}

    #location /static/ {
    #        alias /srv/static/;
    #}

}`

Yes, I have, when I turn it off, the files are loaded with HTTP. I've currently turned it off.

the problem persists
it didn't help

from microweber.

peter-mw avatar peter-mw commented on June 27, 2024

hi, no idea what can be the problem, pls send server access in discord and we will check

from microweber.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.