Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9f2f17032a | ||
|
|
a063fb1805 | ||
|
|
a1b1ef86ec | ||
|
|
3ab4fb728e | ||
|
|
151142df0e | ||
|
|
ff8df3f946 | ||
|
|
cc3eca3928 | ||
|
|
c8df49c1db | ||
|
|
85b5383b22 | ||
|
|
3ce5b7ce28 | ||
|
|
191008b3e9 | ||
|
|
781eb00786 | ||
|
|
26991ad766 | ||
|
|
b1fecf1437 | ||
|
|
ff51c2e480 | ||
|
|
1629a31de7 | ||
|
|
b940e647fb | ||
|
|
7a6ff2b29f | ||
|
|
601eb76641 |
21
.htaccess
@ -2,17 +2,14 @@ DirectoryIndex index.php index.html
|
||||
Options -Indexes
|
||||
Options -MultiViews
|
||||
|
||||
# BEGIN WordPress
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
|
||||
# 0) Serve existing files/directories as-is
|
||||
RewriteCond %{REQUEST_FILENAME} -f [OR]
|
||||
RewriteCond %{REQUEST_FILENAME} -d
|
||||
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)
|
||||
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
|
||||
RewriteBase /
|
||||
RewriteRule ^index\.php$ - [L]
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^(.+)/$ $1 [R=301,L]
|
||||
RewriteRule . /index.php [L]
|
||||
</IfModule>
|
||||
# END WordPress
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
WordPress Admin Credentials:
|
||||
URL: http://localhost/wp-admin
|
||||
URL: https://matthew-lms-8036.dev.flatlogic.app/wp-admin
|
||||
Username: admin
|
||||
Password: c59u3v2geHuIQMRP
|
||||
Password: GB7DL2UPCYTTiseeH84n
|
||||
|
||||
BIN
assets/pasted-20260607-143012-3de28dcc.png
Normal file
|
After Width: | Height: | Size: 211 KiB |
BIN
assets/pasted-20260607-150400-0347d914.png
Normal file
|
After Width: | Height: | Size: 325 KiB |
BIN
assets/pasted-20260607-151405-c8cfdd19.png
Normal file
|
After Width: | Height: | Size: 400 KiB |
BIN
assets/pasted-20260608-072047-aaf73de0.png
Normal file
|
After Width: | Height: | Size: 504 KiB |
BIN
assets/pasted-20260608-091528-3d306933.png
Normal file
|
After Width: | Height: | Size: 206 KiB |
BIN
assets/pasted-20260608-092150-89f019d7.png
Normal file
|
After Width: | Height: | Size: 170 KiB |
BIN
assets/vm-shot-2026-06-07T14-30-00-617Z.jpg
Normal file
|
After Width: | Height: | Size: 98 KiB |
2715
wp-content/plugins/matthew-lms-mvp/matthew-lms-mvp.php
Normal file
BIN
wp-content/uploads/home-desktop-after-remove-brand.png
Normal file
|
After Width: | Height: | Size: 2.3 MiB |
BIN
wp-content/uploads/home-desktop-layout-fixed.png
Normal file
|
After Width: | Height: | Size: 1.9 MiB |
BIN
wp-content/uploads/mlms-course-progress-quiz-verification.png
Normal file
|
After Width: | Height: | Size: 600 KiB |