Search found 176 matches

by laborix
Sun Apr 26, 2026 7:33 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: 296

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

... However, in your test, you can simply create an .htaccess file with the PrettyURLs plugin in the FP root, since IIS ignores this file anyway. This then signals to the plugin that the server supports rewrite rules. ...
Thank you for pointing that out, as a result, everything regarding FlatPress ...
by laborix
Sun Apr 26, 2026 2:00 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: 296

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

Ok, FlatPress GitHub 3232, the .htaccess file from the FlatPress Wiki and convert it to the IIS 10.0 web.config. You should listen to Microsoft and do what Microsoft says. IIS 10.0 includes a built-in .htaccess converter that converts .htaccess files for each domain, subdomain or web folder into a ...
by laborix
Sat Apr 25, 2026 6:54 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: 296

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?

Here is a converted web.config for IIS 10.0:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name ...
by laborix
Sat Apr 25, 2026 6:15 pm
Forum: Development and tests
Topic: AI as a sparring partner?
Replies: 2
Views: 2830

Re: AI as a sparring partner?

... As always , this AI was created by humans, and humans make mistakes. Check the results and test them thoroughly in a test environment. ...
AI, okay, which AI? The one IBM developed 25 years ago, or the stuff currently buzzing around the internet?

Technically speaking, AI is currently only ...
by laborix
Sat Apr 25, 2026 6:07 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: 296

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

Quick&dirty test with installation, change language to German and switch back to the original FlatPress Theme from 2006 work fine :D

Ok, in the Admin Center, under Plugins, on the SEO tab, the following error appears under "SEO robots.txt":
Warning: Undefined array key "cantsave" in ...\fp3232\fp ...
by laborix
Thu Feb 19, 2026 8:05 pm
Forum: Development and tests
Topic: FlatPress Github 3051 - openSUSE 16 server, Nginx 1.27 and PHP 8.4
Replies: 3
Views: 456

Re: FlatPress Github 3051 - openSUSE 16 server, Nginx 1.27 and PHP 8.4

Ok, wrong nginx.conf :shock: this is the correct version for the Installation in /fp3091-folder

Code: Select all

location /fp3091 {
    try_files $uri $uri/ /fp3091/index.php?$args;
}
by laborix
Thu Feb 19, 2026 7:31 pm
Forum: Development and tests
Topic: FlatPress Github 3051 - openSUSE 16 server, Nginx 1.27 and PHP 8.4
Replies: 3
Views: 456

Re: FlatPress Github 3051 - openSUSE 16 server, Nginx 1.27 and PHP 8.4

Test environment: openSUSE 16 Leap, Nginx 1.27, and PHP 8.4.16 with FlatPress Github 3091
Installation in a subfolder /fp3091, no longer in the /(root) folder
Adjustment of the nginx.conf file
location /fp3091 {
try_files $uri $uri/ /index.php?$args;
}
The setup runs without errors, as does the ...
by laborix
Sat Feb 07, 2026 9:56 am
Forum: Development and tests
Topic: FlatPress Github 3051 - openSUSE 16 server, Nginx 1.27 and PHP 8.4
Replies: 3
Views: 456

Re: FlatPress Github 3051 - openSUSE 16 server, Nginx 1.27 and PHP 8.4

So, a little late, I'm busy at the moment.

Basis: openSUSE 16.0, Nginx 1.27 with PHP 8.4.16 (default openSUSE .rpm) and FlatPress Github 3057.
Installed in the web server /(root) folder with the default WordPress nginx.conf.
location / {
# WordPress web hosting config for Nginx servers
try_files ...
by laborix
Sat Jan 31, 2026 9:32 am
Forum: Development and tests
Topic: FlatPress Github 3051 - openSUSE 16 server, Nginx 1.27 and PHP 8.4
Replies: 3
Views: 456

FlatPress Github 3051 - openSUSE 16 server, Nginx 1.27 and PHP 8.4

So, a few quick updates. Quick&dirty test with installation, new post attachments, and PrettyUrls works on openSUSE 16 Server with PHP 8.4.16.
For a full test, I first have to convince openSUSE 16 that SELinux is a brilliant security option, but that I don't need it at all for testing right now. I ...
by laborix
Thu Jan 29, 2026 7:50 pm
Forum: Development and tests
Topic: FlatPress Github 3049 - Debian 12.13 Nginx Server, PHP 8.5.2
Replies: 2
Views: 280

Re: FlatPress Github 3049 - Debian 12.13 Nginx Server, PHP 8.5.2

So, complete reset of the Nginx server and provision of empty space. Transfer FlatPress Github 3049 and install in the server /(root) folder. Quick test works, log in and play through new posts and change PrettyUrls settings.

( ) Automatic
( ) HTTP Get auto
( ) Pretty

These three settings work ...