pear2/pear2.php.net/master/www/sample.htaccess
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !^/get/ RewriteCond %{REQUEST_URI} !^/rest/ RewriteRule .* index.php [L] </IfModule>
Files
