Compare commits

...

19 Commits

Author SHA1 Message Date
Flatlogic Bot
9f2f17032a Revert to version 151142d 2026-06-08 14:26:20 +00:00
Flatlogic Bot
a063fb1805 15 2026-06-08 14:16:56 +00:00
Flatlogic Bot
a1b1ef86ec Autosave: 20260608-140034 2026-06-08 14:00:26 +00:00
Flatlogic Bot
3ab4fb728e 15 2026-06-08 12:57:04 +00:00
Flatlogic Bot
151142df0e 12 2026-06-08 12:51:12 +00:00
Flatlogic Bot
ff8df3f946 8 2026-06-08 09:45:11 +00:00
Flatlogic Bot
cc3eca3928 Autosave: 20260608-094228 2026-06-08 09:42:21 +00:00
Flatlogic Bot
c8df49c1db 8 2026-06-08 09:23:43 +00:00
Flatlogic Bot
85b5383b22 Revert to version 191008b 2026-06-08 09:14:49 +00:00
Flatlogic Bot
3ce5b7ce28 7 2026-06-08 09:10:23 +00:00
Flatlogic Bot
191008b3e9 Autosave: 20260608-090255 2026-06-08 09:02:47 +00:00
Flatlogic Bot
781eb00786 6 2026-06-08 08:59:22 +00:00
Flatlogic Bot
26991ad766 5 2026-06-08 08:52:46 +00:00
Flatlogic Bot
b1fecf1437 4 2026-06-08 08:47:43 +00:00
Flatlogic Bot
ff51c2e480 3 2026-06-08 08:42:20 +00:00
Flatlogic Bot
1629a31de7 2 2026-06-08 08:29:36 +00:00
Flatlogic Bot
b940e647fb Autosave: 20260608-072048 2026-06-08 07:20:40 +00:00
Flatlogic Bot
7a6ff2b29f f1 2026-06-07 16:38:02 +00:00
Flatlogic Bot
601eb76641 Autosave: 20260607-145917 2026-06-07 14:59:12 +00:00
13 changed files with 2726 additions and 14 deletions

View File

@ -2,17 +2,14 @@ DirectoryIndex index.php index.html
Options -Indexes Options -Indexes
Options -MultiViews Options -MultiViews
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
# 0) Serve existing files/directories as-is RewriteBase /
RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} -d RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ - [L]
# 1) Internal map: /page or /page/ -> /page.php (if such PHP file exists)
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^(.+?)/?$ $1.php [L]
# 2) Optional: strip trailing slash for non-directories (keeps .php links working)
RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)/$ $1 [R=301,L] RewriteRule . /index.php [L]
</IfModule>
# END WordPress

View File

@ -1,4 +1,4 @@
WordPress Admin Credentials: WordPress Admin Credentials:
URL: http://localhost/wp-admin URL: https://matthew-lms-8036.dev.flatlogic.app/wp-admin
Username: admin Username: admin
Password: c59u3v2geHuIQMRP Password: GB7DL2UPCYTTiseeH84n

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 600 KiB