1 2 3 4 5 6
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-s RewriteRule ^(.+)\.view$ index.php?action=$1 [QSA] </IfModule>