kleeja-official / kleeja

⬇️ File Upload/sharing application, used by thousands of webmasters since 2007.
https://kleeja.net
MIT License
178 stars 45 forks source link

website is dameg #228

Closed Binkaddas1 closed 1 year ago

Binkaddas1 commented 1 year ago

I have been using the Download Center for a long time with the default style of the center, and for about a week I have been facing a problem that everything on the site has changed and it has become disorganized.

image

Please try to help me or if you have update for this issu

https://binkaddas.net/

RouatbiH commented 1 year ago

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]
Binkaddas1 commented 1 year ago

Dera Hani,

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

Regards, htaccess.txt

Binkaddas1 commented 1 year ago

i will be like the below you mean image

RouatbiH commented 1 year ago

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

Binkaddas1 commented 1 year ago

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?

RouatbiH commented 1 year ago

@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.

Binkaddas1 commented 1 year ago

Sure, thank you for you support and help