Sonntag, 26. August 2018

wordpress changing URL slug

https://www.wpbeginner.com/wp-tutorials/how-to-change-the-category-base-prefix-in-wordpress/

1. installing redirection plugin
2. change/add permalink name

Mittwoch, 22. August 2018

https joomla

add to htaccess:

Action php /cgi-php71/php
AddHandler php71 .php



RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]