diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..f4e3b16e --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,5 @@ +# These are supported funding model platforms + +custom: ["https://paypal.me/zgivan", "https://www.vvveb.com/page/sponsor"] +liberapay: givanz +open_collective: vvvebjs diff --git a/public/admin/.htaccess b/public/admin/.htaccess index fc0fd43f..60a21fa3 100755 --- a/public/admin/.htaccess +++ b/public/admin/.htaccess @@ -1 +1,14 @@ -Options +SymLinksIfOwnerMatch -Indexes +#Options +SymLinksIfOwnerMatch -Indexes + + +RewriteEngine On + +RewriteBase / +RewriteCond %{REQUEST_FILENAME} !-d +RewriteCond %{REQUEST_FILENAME} !-f +RewriteRule ^ index.php [L] + + + + DirectoryIndex index.php index.html + diff --git a/public/admin/default b/public/admin/default index b8535c43..9821f680 160000 --- a/public/admin/default +++ b/public/admin/default @@ -1 +1 @@ -Subproject commit b8535c43cade43fa205f1a666ff674caae725f14 +Subproject commit 9821f6807398649f049a376ca110c71635b5d6f0 diff --git a/public/themes/blog-default b/public/themes/blog-default index 9888d8f5..1c88206b 160000 --- a/public/themes/blog-default +++ b/public/themes/blog-default @@ -1 +1 @@ -Subproject commit 9888d8f51e406ffae4a70e9517cf561d77543ca6 +Subproject commit 1c88206b605b0f8a48a6210a885a2c1d9293ce77 diff --git a/public/themes/landing b/public/themes/landing index cb83d055..7a054dc1 160000 --- a/public/themes/landing +++ b/public/themes/landing @@ -1 +1 @@ -Subproject commit cb83d055931e713d21db6f85603a45f75677940b +Subproject commit 7a054dc13cc95bd5f2e8ee3416f0102a1e7c774c diff --git a/public/vadmin/.htaccess b/public/vadmin/.htaccess index cd51a1f9..60a21fa3 100755 --- a/public/vadmin/.htaccess +++ b/public/vadmin/.htaccess @@ -1,3 +1,5 @@ +#Options +SymLinksIfOwnerMatch -Indexes + RewriteEngine On @@ -7,3 +9,6 @@ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] + + DirectoryIndex index.php index.html +