Yeko
Forum Replies Created
-
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] Permalinks and Page Slug RedirectionSmall update
I deleted the domain mapping so there are no active domain mappings on my site and now mydomain.com and myotherdomain.com point to my main homepage and everything works fine, page loads great!hopefully this info will help a little
thanks
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Adding SSL to DomainsThe problem I was having was actually my hosting company (1and1 ionos) they do not allow free SSL like lets encrypt or zerossl you have to pay for every additional ssl so i just switched to DreamHost which allows you to add free ssl from lets encrypt to all your domains.
I did install really simple ssl plugin to force https on my site but decided to get rid of it an just used this on my .htaccess file
RewriteEngine on RewriteCond %{HTTPS} !on RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
and this line as well so i didn’t get mixed content warnings
Header always set Content-Security-Policy: upgrade-insecure-requests
Hopefully this helps someone
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] Permalinks and Page Slug RedirectionI did have a caching plugin a while ago but it was deleted, the only plugins i have installed are:
Contact Form 7
Elementor
Elementor Pro
Envato Elements
Multiple Domain Mapping on single site
Orbit Fox Companion
WP Staging Pro – NOT activated
WP-Live Chat by 3CXI changed the name of the Plugins folder in the FTP to something else so no plugins would show then my main and other domains were pointing to the Home page so i went to the plugins folder and deactivated one by one cleared history, cookies and cache on all browsers and tried but now on my phone i get the “Site Not Found” message but from the hosting company not my 404 page
I even had really simple SSL installed but I deleted it and just used
RewriteEngine On RewriteCond %{HTTPS} !on RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
in my .htaccess file
deactivated my theme which is Hestia Pro (I talked to their support peeps and they said no caching comes with the theme.
i guess it doesn’t matter what combination i try some browsers work some don’t specially on phone do you have any other suggestions i can try?
thank you so much for replying to these comments.
P.S
I can’t wait for your pro version of this plugin hopefully you guys have more time to develop it.Thanks