Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author shelkie

    (@shelkie)

    Hi,

    This plugin doesn’t add or modify .htaccess rewrite rules. Has something else changed?

    Thread Starter joloshop

    (@joloshop)

    there was a problem with a new domain i added, htaccess was giving problems but found the right rule:

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

    and stupid me forgot to asign categories ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘rewrite problem’ is closed to new replies.