~~META: date created = 2017-07-26 09:00 ~~ ====== Wordpress ====== ===== Things to check, if WordPress Permalinks do not work: ===== - mod_rewrite enabled - AllowOverride FileInfo set for DocumentRoot (or WordPress subdirectory) - .htaccess File is correctly generated (include potential WordPress subdirectory) ==== SSL behind reverse Proxy ==== - correct protocol in DB/ - add the following to wp-config.php /** Fix protocol if accessed via reverse proxy */ if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') $_SERVER['HTTPS']='on'; {{tag>kb wordpress}}