Importing an Apache Vhost to Existing Litespeed Installation

#1
Hello,

I have Litespeed for cPanel and my situation is as follows:

I partner with another company and they had a vhost setup (tvovermind.zap2it.com) that simply sent all traffic to my ip/dns. Now we've moved to our own domain and the engineer at the company sent me the following vhost info to add to my "apache config" so that my server would redirect requests coming through the vhost to the new root domain:
https://xender.vip/
<VirtualHost *:80>
ServerName tvovermind.zap2it.com
RewriteEngine On
RewriteRule ^(.*)$ http://www.tvovermind.com$1 [R=301,L]
</VirtualHost>

Obviously since I'm not running Apache, this does me no good and my server tech is MIA. How do I port this directive to the existing litespeed install?

Thanks in advance.
 
Last edited:
Top