.htaccess 189 B

123456
  1. <IfModule mod_rewrite.c>
  2. RewriteEngine on
  3. RewriteCond %{REQUEST_FILENAME} !-d
  4. RewriteCond %{REQUEST_FILENAME} !-f
  5. RewriteRule ^(.*) ?uri=/$1&args=%{QUERY_STRING}
  6. </IfModule>