Giter Site home page Giter Site logo

website is dameg about kleeja HOT 7 CLOSED

Binkaddas1 avatar Binkaddas1 commented on June 2, 2024
website is dameg

from kleeja.

Comments (7)

RouatbiH avatar RouatbiH commented on June 2, 2024

You're using an http:// link to a stylesheet (which you defined it in kleeja settings "Service URL")
image
on an https:// website.

Secure websites are not allowed to mix protocols. Everything has to be embedded from a secure server. Browsers will ignore/block HTTP resources on HTTPS pages (with varying degree of strictness).

So you can access you website from HTTP only, If you want to make it work on HTTPS just go to settings and update "Service URL" to https://binkaddas.net/

and add this in you .htaccess file before kleeja rules to redirect any http request to https

# Redirect HTTP to HTTPS
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

from kleeja.

Binkaddas1 avatar Binkaddas1 commented on June 2, 2024

Dera Hani,

Thank you for your replay, kindly advice how to add it because I try but not working.

Regards,
htaccess.txt

from kleeja.

Binkaddas1 avatar Binkaddas1 commented on June 2, 2024

i will be like the below you mean
image

from kleeja.

RouatbiH avatar RouatbiH commented on June 2, 2024

Upload this to your website and rename it to .htaccess
htaccess.txt

from kleeja.

Binkaddas1 avatar Binkaddas1 commented on June 2, 2024

Fist of all, really thank you Hani for your kind support, it's working fine

1- i am using now Kleeja 3.1.6, is there any update for the version or if i need to update my version to be compatible with PHP update in the future because really i like this script.

regards,

image

2- Can you tell me more about this website? Are there any others plugins programmed?

from kleeja.

RouatbiH avatar RouatbiH commented on June 2, 2024

@Binkaddas1 You are welcome
1- Yes, there will be a new update, version 3.1.7, that supports new PHP versions.
2- Kleeja is an open-source project with the potential for additional plugins. Anyone is welcome to create and contribute plugins to enhance its functionality. If you have ideas for new features, feel free to share them with us, and we'll do our best to bring them to life.

from kleeja.

Binkaddas1 avatar Binkaddas1 commented on June 2, 2024

Sure, thank you for you support and help

from kleeja.

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.