.htaccess 141 B

1234567
  1. RewriteEngine On
  2. RewriteBase /macaw
  3. RewriteCond %{REQUEST_FILENAME} !-f
  4. RewriteCond %{REQUEST_FILENAME} !-d
  5. RewriteRule ^.*$ index.php [L]