<?php
// Redirect to BlogPostAI app/public directory
header('Location: app/public/');
exit;
?>