301 redirects

  1. 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...
  2. KRV

    How to make some redirect

    I have problem: the URL-address on my website is available at two URLs: example.com/seo/ and example.com/.seo/ Please tell me how to make a redirect in Webadmin Console, that do automatic redirect from /.seo/ to /seo/ At the moment I can't understand why these doubles exist and how to find a...
  3. S

    Please help with 301 redirects in .htaccess file

    I'm using cyber panel and ols. I'm trying to add some 301 redirects but can't get them work anyhow. I've tried almost every solution found. Please have a look at the code below im htaccess file and images for cyberpanel and ols setting # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On...
  4. R

    Redirect whole domain except 1 directory

    Hi all, I am trying to redirect a whole domain except 1 directory - this is the code i have: RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRule .* https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteCond %{HTTPS} off RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI}...
  5. 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