Search found 498 matches

by fraenkiman
Sat May 16, 2026 10:22 pm
Forum: General Support
Topic: Moving Flatpress to a new location in 1.5.1
Replies: 6
Views: 360

Re: Moving Flatpress to a new location in 1.5.1

Hello everyone,

I've written a "migration service" for FlatPress 1.6. The migration service is triggered by deleting the %%setup.lock file after you've copied your blog to the new web host.

Details can be found in this PR.

Have a relaxing Sunday, and best regards,
Frank
by fraenkiman
Thu May 07, 2026 6:24 pm
Forum: General Support
Topic: Moving Flatpress to a new location in 1.5.1
Replies: 6
Views: 360

Re: Moving Flatpress to a new location in 1.5.1

Hello winddrifter,

The critical file when moving the FlatPress instance to a new location is fp-content/config/settings.conf.php . This file contains the entire FlatPress configuration, including the blogbase URL. It must be edited manually.
The fp-content/cache/ directory does not need to be moved ...
by fraenkiman
Sun May 03, 2026 10:56 pm
Forum: General Support
Topic: Moving Flatpress to a new location in 1.5.1
Replies: 6
Views: 360

Re: Moving Flatpress to a new location in 1.5.1

Hi Richard,

Thank you very much for your feedback. This change was implemented in 1.5 Stringendo as part of a security patch.

Here is the section in the changelog ( Reflected XSS and host-based URL poisoning / open redirect fixed ):

When I get a chance, I’ll put that into a short wiki article ...
by fraenkiman
Sun Apr 26, 2026 2:39 pm
Forum: Development and tests
Topic: FlatPress Github 3232 - Windows Server 2019, IIS 10, MS URL Rewrite Plugin and PHP 8.5.5
Replies: 5
Views: 264

Re: FlatPress Github 3232 - Windows Server 2019, IIS 10, MS URL Rewrite Plugin and PHP 8.5.5


Here the converted web.config:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="Importierte Regel 1">
<match url="^\.htaccess$" ignoreCase="false" />
<action type="CustomResponse" statusCode="403" statusReason="Forbidden ...
by fraenkiman
Sun Apr 26, 2026 2:30 pm
Forum: Development and tests
Topic: FlatPress Github 3232 - Windows Server 2019, IIS 10, MS URL Rewrite Plugin and PHP 8.5.5
Replies: 5
Views: 264

Re: FlatPress Github 3232 - Windows Server 2019, IIS 10, MS URL Rewrite Plugin and PHP 8.5.5


Quick question:
Is it possible that FlatPress doesn't care about web.config at all? In other words, does FlatPress have no idea what it is?


Hello laborix,

As far as I recall, FlatPress has never taken the web.config file into account. FlatPress has never performed XML validation on the web ...
by fraenkiman
Tue Apr 21, 2026 10:28 am
Forum: General Support
Topic: FlatPress 1.5 Issue: Missing index.php in URLs Causes “Page Not Found” Error
Replies: 1
Views: 301

Re: FlatPress 1.5 Issue: Missing index.php in URLs Causes “Page Not Found” Error

Hello onghyr,

The issue in version 1.5 is known
https://github.com/flatpressblog/flatpress/issues/845
and has been fixed by me in FlatPress 1.5.1.

Please update the PrettyURLs plugin.
prtettyurls_3.0.4.zip
(11.11 KiB) Downloaded 505 times
This will resolve the issue.

Best regards,
Frank
by fraenkiman
Fri Apr 10, 2026 1:34 pm
Forum: Plugin support
Topic: Plugins List Table Headings FP ≤ 1.X // FP ≥ 1.X
Replies: 1
Views: 583

Re: Plugins List Table Headings FP ≤ 1.X // FP ≥ 1.X

Hi Rainer,

Thank you very much for your feedback. I’ve shortened the description in the table header accordingly.

Best regards,
Frank
by fraenkiman
Tue Apr 07, 2026 7:53 pm
Forum: General Support
Topic: widgets in the header and footer
Replies: 4
Views: 7830

Widgets in the header and footer

Hello everyone,

I’ve updated the wiki article that explains how to create a top and bottom widget bar in the Leggero theme. A feature package is also available for download there.

Best regards,
Frank
by fraenkiman
Sat Mar 28, 2026 10:44 pm
Forum: Theme support
Topic: Your 5 Favorite Themes
Replies: 2
Views: 1015

Your 5 Favorite Themes

Hello everyone,

As you know, there are currently 65 themes available for FlatPress. However, very few of these themes are not only functional but also up-to-date and presentable.

I’d be happy to take a closer look at up to 5 themes of your choice and bring them up to date so they’re presentable ...
by fraenkiman
Sat Mar 28, 2026 5:14 pm
Forum: Plugin support
Topic: Mastodon plugin
Replies: 1
Views: 562

Mastodon plugin

Hello everyone,

The plugin has received a few minor updates.

Best regards,
Frank