| Name | Modified | Size | Downloads / 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=devdefault viaSetEnvIf(overridable per vhost)- gzip compression (
AddOutputFilterByType DEFLATE) for all text, CSS, JS, XML, JSON content types DirectoryIndex index.php- URL rewrite rules:
- Strips
/index.phpprefix viaR=301redirect - 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
- Strips
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
> 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=devdefault viaSetEnvIf(overridable per vhost)- gzip compression (
AddOutputFilterByType DEFLATE) for all text, CSS, JS, XML, JSON content types DirectoryIndex index.php- URL rewrite rules:
- Strips
/index.phpprefix viaR=301redirect - 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
- Strips
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