bartsaleswizard
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Hi @gabyimagely,
The issue has not yet been resolved, if you click on the upper left gallery you’ll get the notice, but this gallery is not empty in the back-end.
- This reply was modified 6 years, 11 months ago by bartsaleswizard.
That worked, thanks guys.
Forum: Plugins
In reply to: [Polylang] Polylang on different domains: redirection not working properlyI fixed this issue by adding a redirect in my .htaccess file. This adds www to requests without www.
I used the following code:
RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]- This reply was modified 7 years, 1 month ago by bartsaleswizard.
Forum: Plugins
In reply to: [Polylang] Only redirect if i type domain.com, but not if www.domain.comI’m experiencing the same issue. I’ve set Polylang up for different domains and put in:
Dutch https://www.website.nl
English https://www.website.comNow if users go to https://www.website.com they will see English content but if they go to https://website.com they will be redirected to https://www.website.nl
Please help?
Viewing 4 replies - 1 through 4 (of 4 total)