# EduBox reverse proxy handling # Apache sees HTTP requests from the EduBox resolver. The public request is HTTPS. SetEnvIf X-Forwarded-Proto ^https$ HTTPS=on SetEnvIf X-Forwarded-Proto ^https$ SERVER_PORT=443 # Enable .htaccess overrides for PrestaShop URL rewriting (images, products, etc.) AllowOverride All Require all granted