💿
Openlitespeed & Cyberpanel
  • Linux Debugging
    • Desk Space Debugging
    • Checked Failed Services
    • Debug Memory Usage
  • Openlitespeed Web Admin
    • List Users
    • Update Password
  • Cyberpanel Setup
    • Installing Cyberpanel
    • Remove Port 8090 from URL
    • Folder permissions in CyberPanel
    • Redirect one domain to another
  • Customizing Cyberpanel
    • Customize Login Page
    • Customize Home Page Title
    • Customize Dashboard UI
  • SSL Debugging
  • DKIM Debugging
  • Setup Mailserver
Powered by GitBook
On this page
  1. Cyberpanel Setup

Redirect one domain to another

Last updated 1 year ago

In this tutorial i will make redirect to

  1. Go to Websites > List Websites where you will see your site listed. On the right side of your screen, you will see a Manage option of . Click it to make changes to your website.

  1. Click the Manage button next to the website that you you will be greeted with a screen like this

  1. Click the Rewrite Rules button next to the website that you you will be greeted with a screen like this

RewriteEngine On
RewriteCond %{HTTP_HOST} ^sikka.sa$ [NC]
RewriteRule ^(.*)$ https://sikka.io/$1 [L,R=301,NC]

Write the code bellow and replace with your source domain and with the target domain

sikka.sa
sikka.io
sikka.sa
sikka.io
sikka.sa