<IfModule mod_rewrite.c>

SetEnv HTTP_MOD_REWRITE On
Options -MultiViews
RewriteEngine on

RewriteCond %{REQUEST_URI} ^.*/xtWizard/test_mod_rewrite.html

RewriteRule .* test_mod_rewrite.php
</IfModule>


