Skip to content

v3.3.44.3

Choose a tag to compare

@se7enxweb se7enxweb released this 12 Apr 04:08
· 4 commits to 3.x since this release

v3.3.44.3 — Apache Configuration

Release date: 2026.04.11

Micro-patch adding the .htaccess Apache configuration file to the project repository.

Install from the 3.x branch:

composer create-project se7enxweb/exponential-platform-legacy:3.x-dev myproject

Changes Since v3.3.44.2

Infrastructure

  • public/.htaccess — Apache configuration file added to the repository

    Previously absent from version control (excluded by .gitignore; now force-tracked). This file is required for Apache-based deployments and covers:

    • APP_ENV=dev default via SetEnvIf (overridable per vhost)
    • gzip compression (AddOutputFilterByType DEFLATE) for all text, CSS, JS, XML, JSON content types
    • DirectoryIndex index.php
    • URL rewrite rules:
      • Strips /index.php prefix via R=301 redirect
      • Let's Encrypt ACME challenge passthrough
      • Blocks executable file access under var/ (.php, .phar, .sh, .exe, .pl, .bin)
      • Static passthrough rules for var/storage/images, design/, share/icons/, extension/ assets, favicon.ico, images/, bundles/, assets/, build/
      • Maintenance mode stubs (commented out)
      • Cluster/DFS image streaming rules (commented out)
      • Catch-all rewrite to index.php

Upgrade Notes

No code changes. Infrastructure file only. Copy public/.htaccess into your project's public/ directory if upgrading an existing installation without composer create-project.


Full Changelog: v3.3.44.2...v3.3.44.3

Download Exponential Platform (Legacy)> composer create-project se7enxweb/exponential-platform-legacy:3.x-dev myproject


Changes Since v3.3.44.2

Infrastructure

  • public/.htaccess — Apache configuration file added to the repository

    Previously absent from version control (excluded by .gitignore; now force-tracked). This file is required for Apache-based deployments and covers:

    • APP_ENV=dev default via SetEnvIf (overridable per vhost)
    • gzip compression (AddOutputFilterByType DEFLATE) for all text, CSS, JS, XML, JSON content types
    • DirectoryIndex index.php
    • URL rewrite rules:
      • Strips /index.php prefix via R=301 redirect
      • Let's Encrypt ACME challenge passthrough
      • Blocks executable file access under var/ (.php, .phar, .sh, .exe, .pl, .bin)
      • Static passthrough rules for var/storage/images, design/, share/icons/, extension/ assets, favicon.ico, images/, bundles/, assets/, build/
      • Maintenance mode stubs (commented out)
      • Cluster/DFS image streaming rules (commented out)
      • Catch-all rewrite to index.php

Upgrade Notes

No code changes. Infrastructure file only. Copy public/.htaccess into your project's public/ directory if upgrading an existing installation without composer create-project.


Full Changelog: v3.3.44.2...v3.3.44.3

Download Exponential Platform (Legacy)