Autosave: 20260607-145917
This commit is contained in:
parent
f805e6442e
commit
601eb76641
21
.htaccess
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
BIN
assets/pasted-20260607-143012-3de28dcc.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 211 KiB |
BIN
assets/vm-shot-2026-06-07T14-30-00-617Z.jpg
Normal file
BIN
assets/vm-shot-2026-06-07T14-30-00-617Z.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 98 KiB |
965
wp-content/plugins/matthew-lms-mvp/matthew-lms-mvp.php
Normal file
965
wp-content/plugins/matthew-lms-mvp/matthew-lms-mvp.php
Normal file
File diff suppressed because one or more lines are too long
BIN
wp-content/uploads/home-desktop-after-remove-brand.png
Normal file
BIN
wp-content/uploads/home-desktop-after-remove-brand.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 MiB |
BIN
wp-content/uploads/home-desktop-layout-fixed.png
Normal file
BIN
wp-content/uploads/home-desktop-layout-fixed.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 MiB |
Loading…
x
Reference in New Issue
Block a user