hermie1
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Ally - Web Accessibility & Usability] WPML Support Yet??I installed this wonderful tool today. Unfortunately in wpml (a website German / English) Ally is not in english displayed. Is there a trick? Thanks for the help
- This reply was modified 10 months, 1 week ago by hermie1.
Forum: Plugins
In reply to: [WooCommerce] Dashboard: Products, variable product; amount?Problem gelöst, vielen Dank – Anwenderfehler!!!
Forum: Fixing WordPress
In reply to: .htacces ready for https; integrate forwardingI could solve the problem by changing the.htacces as follows:
# HTTPS rewrite
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
</IfModule>
# End HTTPS rewrite
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /HS/ #This page is located in the subdirectory /HS/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /HS/index.php [L]
</IfModule>
# END WordPressForum: Plugins
In reply to: [Bookings] bookings problem
Viewing 4 replies - 1 through 4 (of 4 total)