Skip to content

Instantly share code, notes, and snippets.

View arirah's full-sized avatar

ARI RAH arirah

  • SHOHOZ.COM
  • Dhaka
View GitHub Profile
<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>