Categories
- Education (6)
- Fix IT (29)
- Information Technology (53)
- Tips (6)
- Uncategorized (7)
Tags
Tag Archives: wordpress
Change WordPress file rights on Synology
If you copied a wordpress file structure to your NAS you possible endup in wrong file rights. Open Telnet session and change to superuser mode . After that, change owner and rights so WordPress is working without errors. su sudo cd … Continue reading
Posted in Fix IT, Information Technology
Tagged Synology, wordpress
Comments Off on Change WordPress file rights on Synology
Permalink dos not change in WordPress
I changed to a new Synology NAS from DSM 5.2 to 6.1. After migrating my WordPress site Permalinks worked only in default mode. On my old NAS i used to have something like “/2013/10/file-open-security-warning/” . Problem: The permalink update is not running … Continue reading
Posted in Fix IT, Information Technology
Tagged Synology, wordpress
Comments Off on Permalink dos not change in WordPress
WordPress 4.1 and XML-RPC for Microsoft Word
Problem I used to write posts using Microsoft Word. After updating to WordPress 4.1 blogging was not possible anymore . In WordPress the settings for XML-RPC disappeared. Solution Microsoft is offering a free bundle of software called : Windows … Continue reading
CKEditor changes Vbscript code
Problem: After installing CKEditor Pluging, all my vbscript code displayed by WP-CodeBox in my Posts showed up with converted & and > or <. One time editing was enough to change the code. Information: WP-CodeBox is working with a <pre> and </pre> … Continue reading