Recent content by rbmusica

  1. R

    Rewrite rule for wordpress in subfolder of root

    Thanks, I'll give it a check...meanwhile, thanks to a friend, I was able to get the syntax right and now it's working!!! The last line - Rewriterule was replaced with RewriteRule ^/?$ /subf/index.php [L] and I think other syntax mistakes was corrected below, even if I'm not 100% sure all...
  2. R

    New user from Italy

    Hi, I'm Rob, and I live in Italy....new openlitespeed user here!
  3. R

    Rewrite rule for wordpress in subfolder of root

    Hi all! First post here.... I had some rewrite rules in apache working without any problem. Here they are: # BEGIN Wordpress <IfModule mod_rewrite.c> RewriteEngine on # behind proxy RewriteCond %{HTTP:X-FORWARDED-PROTO} ^http$ RewriteRule (.*) https://%{HTTP_HOST}/$1 [R=301,L] # plain...
Top