<?php
// Forward requests to public/ directory or redirect
header('Location: public/');
exit;
