# Map /uploads to storage directory via rewrite (cPanel friendly)
RewriteEngine On
RewriteRule ^(.*)$ /../storage/$1 [L]
