• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Search results

  1. yunus çetiner

    Question Nginx origin setting for CDN cors problem

    no problem. thans for try to help.
  2. yunus çetiner

    Question Nginx origin setting for CDN cors problem

    i try dont work. i dont know what can i do =(
  3. yunus çetiner

    Question Nginx origin setting for CDN cors problem

    No, I haven't. In fact, this is exactly how I should add the code there. location ~ \.(ttf|ttc|otf|eot|woff|font.css|css|js|gif|png|jpe?g|svg|svgz|ico|webp)$ { add_header Access-Control-Allow-Origin "*"; } Is your code enough? add_header 'Access-Control-Allow-Origin' '*';
  4. yunus çetiner

    Question Nginx origin setting for CDN cors problem

    i added. after i create cdn. still not work.
  5. yunus çetiner

    Question Nginx origin setting for CDN cors problem

    I'm trying to add a directive on the Plesk panel for nginx, but unfortunately I can't find where to add it. I have a cors problem in fonts with CDN. location ~ \.(ttf|ttc|otf|eot|woff|font.css|css|js|gif|png|jpe?g|svg|svgz|ico|webp)$ { add_header Access-Control-Allow-Origin...
  6. yunus çetiner

    Question email host name

    hi, i have a lot of domain in my panel. but i have a problem with mail host name. main domain abc.com customer domain def.com def.com is use mail seeting like this mail posting. (php) $mail->Host = "abc.com"; but if use own domain not working. $mail->Host = "def.com"; every account mail is...
  7. yunus çetiner

    Question unable to load ffprobe

    and how can i open PHP exec() and hell_exec() functions
  8. yunus çetiner

    Question unable to load ffprobe

    hi. i am using ubuntu 16.04. i iam install ffmpeg. everything is okay. but when i use my script i saw this message; unable to load ffprobe. (not php extension standalone ffpmeg) how can i solve this problem?
Back
Top