Thread: Mod Rewrite
View Single Post
  #4 (permalink)  
Old 04-11-2008, 01:15 PM
CodyBane CodyBane is offline
Junior Babbler
 
Join Date: Apr 2008
Posts: 1
Default

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!
__________________
web programming
Reply With Quote