.htaccess 148 B

12345
  1. RewriteEngine on
  2. RewriteBase /mastostart
  3. RewriteCond %{REQUEST_FILENAME} !-f
  4. RewriteCond %{REQUEST_FILENAME} !-d
  5. RewriteRule ^.*$ index.php [L,QSA]