<IfModule mod_rewrite.c>
    RewriteEngine On

    # রিকোয়েস্টটিকে public ফোল্ডারের ভেতরে পাঠিয়ে দিন
    RewriteRule ^(.*)$ public/$1 [L]
</IfModule>