redirect

  1. T

    How to redirect “http:// serverip:8090” to “https://hostname :8090”

    Hello everyone, As we all know, we have 2 ways to access cyberpanel, server ip and hostname. Since the url "http://serverip:8090" is not safe, I worry someone will use it to do bad things. So, I would like to redirect “http://serverip:8090” to "https://hostname :8090”. Can any friend...
  2. Rinart73

    How to make several VHosts to point at the same directory?

    I have several domains (en.example.com, heb.example.com etc) that all point to the same WordPress website. I need to make domain-specific redirects (en.example.com/About -> en.example.com/about-us). The issue is that if we use 1 Vhost for all domains, it seems that in a setup like this...
  3. D

    Openlitespeed wordpress behind Google Load Balancer

    I have installed wordpress on Google Cloud using the Openlitespeed image on Google Cloud Marketplace. The VM has a public IP associated with it and I have setup the wordpress along with the auto setup that happens on ssh to the public IP address of the instance. Now I want to put this instance...
  4. A

    Redirect IP to domain name before forcing https

    Hi I just transferred my blog to Digital Ocean with openlitespeed server. For this I installed wordpress on ip address and then with the help of plugin transferred blog to ip address wordpress site. Now I am facing issue with redirect. I managed to redirect ip address to domain name with...
  5. saz99

    Trailing Slash Error

    I want to add a trailing slash after all my URLs This is the code that I have on my .htaccess RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !(.*)/$ RewriteRule ^(.*)$ http://www.domain.com/$1/ [L,R=301] But it is not working. I also restarted...
  6. saz99

    How to redirect Server Ip to www.Domain name?

    I am using Openlitespeed WordPress on Ubuntu 20.04 (digital ocean market place OpenLitespeed WordPress stack). Even after connecting domain, My website is accessible through the IP address. Is there a way to redirect IP and [ip/(post-slug)] to my domain and...
  7. E

    WordPress Multisite Directory .htaccess

    I installed WordPress Multisite Directory and the suggested htaccess rules dont work my static links are being converted with a trailing slash example: http://domain.tld/directory/wp-includes/js/hoverintent-js.min.js/ current htacces is: # BEGIN WordPress # The directives (lines) between...
  8. dsoneil

    Redirect 301 Issues

    Hello, I recently setup an OLS server (1.4.41) on Ubuntu 18.04 w/ LSPHP 7.2 running WordPress (WP) and it works great, however redirect 301's are causing me some headaches. Rewrite is enabled, and LSCache is installed on WP. It works fine and the rewrite to remove WP index,php is working...
Top