Jump to content

AnSilva

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by AnSilva

  1. I've been trying for days, but I'm not succeeding. On my website's home page I have the default Kernel Video Sharing video list, but I would like to add another video list block to only show videos from a specific user, with its own pagination and content.

    I want to leave it like this: the default KVS lists videos showing only embedded videos, and at the top a block of videos showing this user but only his self-hosted videos.

    I can even add the block, but the pagination doesn't work, nor does the type of most viewed, commented and so on.

  2. I used the grabber plugin and I was able to copy videos from other websites in embedded mode and launch them on my website.

    The problem is that now I regret it and decided to grab those same videos again but instead of embedding them I want to download them!

    Every time I try to re-grab a video that has already been published, the grabber plugin simply skips the video and it doesn't download it, even though I selected it for download instead of embedding it.

    Is there a way to do this? Regrab already posted the video in embedded mode but in download mode, without the need to delete de video to regrab again?

  3. I have set up the CDN on my KVS storage system and everything is working fine on the site, but Google Search Console says there are errors and so it cannot be indexed.

    More precisely, this is the URL of the video and the URL of the images. It shows the following errors:

    https://i.postimg.cc/hGLy4zB5/error.jpg

    It simply doesn't accept "//cdn." native for CDN in KVS is specified. Isn't there a way to add a cacnon URL to show the correct URL for the CDN URL?

  4. 1 hour ago, Tech Support said:

    Are you sure your server doesn't have Apache? We don't actually provide support for Nginx, because this is not easy and convenient - you have to modify Nginx config with the root user and then login to server panel to restart Nginx. This is better from performance view, but bad from usability and support. So we do not provide any support for this.

    But if your project has Apache, you don't need to do this. You can simply add this rule into the primary .htaccess file (in the www root directory):

    RewriteRule ^test_page/$            test_page.php [L,QSA]

    As a bonus to that, you don't have to care about slash at the end, because by default this is already considered and your .htaccess file contains global redirect for all non-slash URLs.

    Hi!

    Thanks for your support! My server is NGINX and all rules have been converted to NGINX and the site works perfectly fine on NGINX.

    I managed to find the equivalent rule in NGINX, so now I don't have to worry about the slash at the end like you said.

    Thanks for the help, but I already found the solution.

  5. Hi!

    I need help creating pages. I'm used to WordPress, where everything happens automatically, but here I don't understand.

    I need to create pages and set up their URLs.

    I was able to create pages, but when creating them they became accessible only through the URL:

    https://domain/test_page.php

    Why does it happen?

    After searching a lot I think it is necessary to create a rule so that the URL "https://domain/test_page/" displays the contents of the file "https://domain/test_page.php"

    Okay, so far I understand. My server is NGINX.

    The problem is that when set up the “rewrite” rules as follows:

    rewrite ^/test_page/$ /test_page.php last;

    The page only opens if we type the address with the last slash, that is: "https://domain/test_page/" but if I type without the last slash, like this: "https://domain/test_page", it shows error 404, the page is not redirected.

    Is this really the page creation process? Do I always need to change these rules in NGINX?

    How can I simplify adding pages?

    Also, after installing KVS on my NGINX server, all pages only work if I type the last slash in the URL: "/test_page/". If I type without the last slash, ie "/test_page", it shows a 404 error. Is that right??? In all pages?

×
×
  • Create New...