wordpress-permalinks
Table of Contents
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';
wordpress-permalinks.txt · Last modified: 2023/04/28 09:04 by baumi