How to create redirects that propagate across domains?

#1
I would like to know how I can do this natively with Litespeed. Some of the likely uses are:
(+) Redirect "domain.com/cpanel" to any link I choose
(+) Restrict the use of malicious WordPress plugins by customers.

Any suggestions on how I do this natively?
 

Unique_Eric

Administrator
Staff member
#8
Hi Émerson,

From your screenshot, seems you are running with control panel.
You could simply set up rules and redirects in .htaccess.
Here is an article which will show you how to edit from cPanel
https://www.namecheap.com/support/k...how-to-set-up-rules-and-redirects-in-htaccess

I am not sure about "Restrict the use of malicious WordPress plugins by customers.". I don't know if rewrite rule can achieve this request. It's more like firewall things.
But for 'Redirect "domain.com', you can just follow the above articles.

Best,
Eric
 
#9
You could simply set up rules and redirects in .htaccess.
Here is an article which will show you how to edit from cPanel
https://www.namecheap.com/support/k...how-to-set-up-rules-and-redirects-in-htaccess
This would imply that you would have to edit the .htaccess manually for each client. Is not there an option where I can apply this to all clients?
I am not sure about "Restrict the use of malicious WordPress plugins by customers.". I don't know if rewrite rule can achieve this request. It's more like firewall things.
I see you did not quite understand my idea. Is easy. Each plugin has an easy and predictable configuration page so I just need to get that URL and create a rule like: [domain_generic] /plugins-settings.php >>> mysite.com/plugin-alert. Based on this I can create another security mechanism beyond the standards created for WHM. Anyway, I can not extend much at this point, but you now have the basic information you need to be able to help me.
 
Top