Download Latest Version v2.5.0.3 source code.tar.gz (290.5 kB)
Email in envelope

Get an email when there's a new version of Exponential Platform Legacy (Stable CMS)

Home / v3.3.44.3
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-04-12 3.5 kB
v3.3.44.3 source code.tar.gz 2026-04-12 714.0 kB
v3.3.44.3 source code.zip 2026-04-12 1.3 MB
Totals: 3 Items   2.0 MB 0

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: bash 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: https://github.com/se7enxweb/exponential-platform-legacy/compare/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: https://github.com/se7enxweb/exponential-platform-legacy/compare/v3.3.44.2...v3.3.44.3

Download Exponential Platform (Legacy)

Source: README.md, updated 2026-04-12