YogieAnamCara
Forum Replies Created
-
as per a security report I added this into my header causing the popups not to be executed
< meta http-equiv=”Content-Security-Policy” content=”script-src ‘self'” >
removing this from the header solved the issueAny updates on this?
Forum: Plugins
In reply to: [Multisite Enhancements] Is this plugin still safe? Any alternatives?I wish I had found one. Sorry.
Forum: Plugins
In reply to: [Enhanced Plugin Admin] Display where activatedThe plugin Multisite Enhancements is doing this, but it was last updated back in 2021 ?? are you able to incorporate a column to the plugin page and display the activations?
Forum: Plugins
In reply to: [Multisite Enhancements] Is this plugin still safe? Any alternatives?My Wordfence reports it as abandoned and the programmers do not reply here anymore. I am already looking to an alternative plugin.
Forum: Plugins
In reply to: [Transition Slider - Responsive Image Slider and Gallery] Image LayerFurther explaining my requirement…
A clickable image could be used as a fancy button for special promotions etc…
The regular button is just a text and if you use a background image only the “text” over that image is clickable but not the image itself.
Forum: Plugins
In reply to: [Invitation Based Registrations] warning for phpI do get similar errors in regards to SMTP:
`Sun Oct 31 18:16:43 2021] [php7:error] [pid 8429] [client 88.74.193.155] [host teilnehmer.xxx.de] PHP Fatal error: Uncaught TypeError: Argument 1 passed to Invitation_Based_Registrations_Admin::invitation_based_registrations_configure_smtp() must be an instance of PHPMailer, instance of PHPMailer\\PHPMailer\\PHPMailer given, called in /is/htdocs/xxx/www/xxx/wp-includes/class-wp-hook.php on line 303 and defined in /is/htdocs/xxx/www/xxx/wp-content/plugins/invitation-based-registrations/admin/class-invitation-based-registrations-admin.php:90\nStack trace:\n#0 /is/htdocs/xxx/www/xxx/wp-includes/class-wp-hook.php(303): Invitation_Based_Registrations_Admin-]invitation_based_registrations_configure_smtp(Object(PHPMailer\\PHPMailer\\PHPMailer))\n#1 /is/htdocs/xxx/www/xxx/wp-includes/class-wp-hook.php(327): WP_Hook-]apply_filters(NULL, Array)\n#2 /is/htdocs/xxx/www/xxx/wp-includes/plugin.php(518): WP_Hook-]do_action(Array)\n#3 /is/htdocs/xxx/www/xxx/wp-includes/pluggable.php(538): do_a in /is/htdocs/xxx/www/xxx/wp-content/plugins/invitation-based-registrations/admin/class-invitation-based-registrations-admin.php on line 90
- This reply was modified 3 years, 4 months ago by YogieAnamCara.
Forum: Networking WordPress
In reply to: need help with htaccess pleaseHello @bcworkz
means it would be better to have these lines altered like this?
RewriteCond %{HTTP_HOST} !^teilnehmer\. [NC]
RewriteCond %{HTTP_HOST} !^joerg\. [NC][NC] is to ignore lower and upper case right?
Cheers and thanks a lot again!
Forum: Networking WordPress
In reply to: need help with htaccess pleaseWith a little research myself I came to this
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{SERVER_PORT} !^443$ RewriteRule (.*) https://%{HTTP_HOST}/$1 [QSA,R=301,L] RewriteEngine On RewriteCond %{HTTP_HOST} !teilnehmer RewriteCond %{HTTP_HOST} !joerg RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [QSA,R=301,L] RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [QSA,L] # add a trailing slash to /wp-admin # RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [QSA,R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [QSA,L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [QSA,L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [QSA,L] RewriteRule . index.php [QSA,L] </IfModule> # END WordPress
is this okay?
Forum: Networking WordPress
In reply to: need help with htaccess please@bcworkz just one thing ??
joerg.knoerchen.photography is now going to redirect
to a
https://www.joerg.knoerchen.photography/
and also
teilnehmer.sensorgrafie.de
to a
https://www.teilnehmer.sensorgrafie.deeither I need to add the www. sub domain and add the domain into WP and also I would need the renew the certificate and include the new subdomains ??
or can it be excluded?
- This reply was modified 3 years, 7 months ago by YogieAnamCara.
- This reply was modified 3 years, 7 months ago by YogieAnamCara.
Forum: Networking WordPress
In reply to: need help with htaccess pleaseUnbelievable I now have this setup
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{SERVER_PORT} !^443$ RewriteRule (.*) https://%{HTTP_HOST}/$1 [QSA,R=301,L] RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [QSA,R=301,L] RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [QSA,L] # add a trailing slash to /wp-admin # RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [QSA,R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [QSA,L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [QSA,L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [QSA,L] RewriteRule . index.php [QSA,L] </IfModule> # END WordPress
and can’t believe it, it seems finally got to work even giving a permalink means
sensorgrafie.de/agb is perfectly resolving as any other shorts I liked to have too!
Thank you so much you rock!
Forum: Networking WordPress
In reply to: need help with htaccess pleaseHello @bcworkz
when I enter https://www.sensorgrafie.de/agb/ at the browser the page AGB is displayed. AGB is the URL title form (permalink) of that page. On the server itself, there is no such subfolder.
How would an explicit non-www to www rewrite look like when I do have 5 or 6 domains with different WP sites in my network install?
As I am on a shared host I can access by FTP and upload and change the htaccess and there is a PHP error log at the admin section of my hoster.
Many thanks again.
Forum: Networking WordPress
In reply to: need help with htaccess pleaseWell
Sensorgrafie.de/Impressum (-> https://www.sensorgrafie.de/impressum)
Sensorgrafie.de/AGB (-> https://www.sensorgrafie.de/agb)
Sensorgrafie.de/Teilnehmer (-> https://www.sensorgrafie.de/teilnehmer)are not different sites, they are just pages within the same WP Site.
Forum: Networking WordPress
In reply to: need help with htaccess pleaseHello @bcworkz
I’ve WordPress BEGIN and END Tags within my htaccess just did not show them.
The htaccess was never working (and still is not) how I want to have it (if that is possible at all) I think for what I want I will start using URL shortener services instead.
The reason is, that I intended to use specific site pages (permalink links) like for my credits (in German Impressum) or terms, conditions (in German AGB) and user pages mean participants pages (Teilnehmer) to be mentioned at PowerPoint presentations like:
Sensorgrafie.de/Impressum (-> https://www.sensorgrafie.de/impressum)
Sensorgrafie.de/AGB (-> https://www.sensorgrafie.de/agb)
Sensorgrafie.de/Teilnehmer (-> https://www.sensorgrafie.de/teilnehmer)when I type for example Sensorgrafie.de/Impressum at the browser bar it resolves to https://www.sensorgrafie.de
one of the other domains at my WP is https://joerg.knoerchen.photography as I have to type joerg (instead of www) it works as it would work if I would type https://www.Sensorgrafie.de/Impressum.So the issue is if a user does not type www it redirects to the www site (which is wanted) but it looses the folder like /Impressum.
Hope that makes sense?
- This reply was modified 3 years, 7 months ago by YogieAnamCara.
- This reply was modified 3 years, 7 months ago by YogieAnamCara.
Forum: Networking WordPress
In reply to: need help with htaccess pleaseThank you so much @bcworkz
Okay, I found out how to http->https needs to be set for my host.
And I learned that QSA preserves the parameters like a folder /credits etc.
So now all is working, except for the root site in my WP multisite
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{SERVER_PORT} !^443$ RewriteRule (.*) https://%{HTTP_HOST}/$1 [QSA,R=301,L] RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [QSA,L] # add a trailing slash to /wp-admin # RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [QSA,R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [QSA,L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [QSA,L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [QSA,L] RewriteRule . index.php [QSA,L] </IfModule>
- This reply was modified 3 years, 7 months ago by YogieAnamCara.