To simplfy the above tutorial
create an arbitraty page called test.htm
Code:
<html><body>Hello World</body></html>
In your .htaccess file write the following:
Code:
RewriteEngine On
RewriteRule ^test5.tst$ /test.htm
To test simply navigate to http://yourdomain.com/test5.tst
if you see Hello World, you've got it!