# BEGIN WordPress RewriteEngine On RewriteBase /_wpez/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /_wpez/index.php [L] # END WordPress SetHandler application/x-lsphp71