ht.access 99 B

1234
  1. <IfModule mod_rewrite.c>
  2. RewriteEngine on
  3. RewriteRule ^([a-z]=.*) index.php?$1 [L,NE]
  4. </IfModule>