Jump to content

Adulty Webmaster

Members
  • Posts

    17
  • Joined

  • Last visited

Everything posted by Adulty Webmaster

  1. Is it possible to restrict access to screenshots that are marked as private, for example: do no allow public access to the image files when a video is marked as private?
  2. I can confirm: Apache/2.4.37 (AlmaLinux)
  3. I've done this but still directs to a nginx 404 page? also this is suppose to be added underneath # seo redirect rules correct?
  4. our's currently shows a standard nginx 404 not found page, are we missing something here?
  5. I'm trying to redirect old url's to new but I'm struggling to figure this out within my .htaccess # seo redirect rules --------------------------------------------------------------------------------------------------- RewriteRule ^latest-updates/([0-9]+)/$ /latest-videos/([0-9]+)/$/ [R=301,L,QSA] RewriteRule ^latest-updates/$ /latest-videos/$/ [R=301,L,QSA] # redirect all index.php to the folder root RewriteCond %{THE_REQUEST} ^.*/index\.php RewriteRule ^(.*)index.php$ /$1 [R=301,L] # redirect all script.php/blabla to website root RewriteRule ^.+\.php/ / [R=301,L] # automatically add slash at the end RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !\..+$ RewriteCond %{REQUEST_URI} !/$ RewriteCond %{REQUEST_URI} !^/embed/ RewriteRule (.*) /$1/ [R=301,L] RewriteRule ^([0-9]+)/([^/]+)/$ /videos/$1/$2/ [R=301,L] # global --------------------------------------------------------------------------------------------------------------- RewriteRule ^sdfsdfsdf/$ terms.php [L,QSA] RewriteRule ^terms/$ terms.php [L,QSA] RewriteRule ^dmca/$ dmca.php [L,QSA] RewriteRule ^2257/$ 2257.php [L,QSA] RewriteRule ^search/([^/]+)/$ search.php?q=$1 [L,QSA] RewriteRule ^search/$ search.php [L,QSA] RewriteRule ^link/([^/]+)/$ redirect_cs.php?dir=$1 [L,QSA] RewriteRule ^random_video(/)?$ redirect_random_video.php [L,QSA] RewriteRule ^random_album(/)?$ redirect_random_album.php [L,QSA] # posts example -------------------------------------------------------------------------------------------------------- RewriteRule ^news/$ posts_list.php?post_type=news [L,QSA] RewriteRule ^news/([0-9]+)/$ posts_list.php?post_type=news&from=$1 [L,QSA] RewriteRule ^news/([0-9]+)/([^/]+)/$ view_post.php?id=$1&dir=$2 [L,QSA] RewriteRule ^news/([^/]+)/$ view_post.php?dir=$1 [L,QSA] # videos --------------------------------------------------------------------------------------------------------------- RewriteRule ^latest-videos/([0-9]+)/$ videos_list_latest.php?from=$1 [L,QSA] RewriteRule ^latest-videos/$ videos_list_latest.php [L,QSA] I'm basically trying to redirect my old url /latest-updates/ to /latest-videos/ Can somebody explain what i'm doing wrong here?
  6. What code am I missing to insert in the htaccess file to redirect all 404 pages to a custom made /404.php page?
  7. does this code work with the most recent release of KVS to redirect traffic from sites that have crawled all our videos?
  8. Perhaps a suggestion of backing up videos/albums to cloud services via rclone methods?
  9. Is there any sort of method for auto assigning tags to videos that models get added to? Like for example, tags that are assigned on the models page, can these be auto assigned to the videos tags they've been assigned to?
  10. Hey guys, is it possible to hide the video ID in direct video urls, like for example: Change from /videos/1024/video-title-here/ to /videos/video-title-here/
  11. To reduce the load and space is it possible to move the thumbnails, screenshots and video previews to a secondary server thats storing videos/albums?
  12. Is it possible to have KVS installed on a Ploi.io managed server?
  13. Is there a way of adding cryptocurrencies as a billing method?
  14. Is this possible to do? and also is it possible to have the watermark placed in the centre with a lowered opacity?
  15. For project backups, could yo maybe add a feature to backup to an external cloud service, for example google drives?
  16. I'm trying to change the URL structure of my albums page so for example changing domain.com/albums/ to domain.com/photos/ but when I change this option in the texts section in the backend of KVS, I can see the URL structure changes but all the new URLs are 404 pages, is there something I'm not doing right?
×
×
  • Create New...