RewriteEngine On

RewriteCond %{HTTP_HOST} ^podxo\.com$ [NC]
RewriteCond %{REQUEST_URI} ^/ks-quik-2000-run-out/?$ [NC]
RewriteRule ^ - [L]

RewriteRule ^.*$ https://podxo.com/ks-quik-2000-run-out/ [R=301,L]