View Single Post
Old 01-16-2004, 06:56 PM  
hudson
Confirmed User
 
Join Date: Jul 2003
Location: Grand Central
Posts: 2,948
RewriteEngine on
Options +FollowSymlinks
RewriteBase /
RewriteRule ^\tata.html$ /file.html

OK, on the RewriteBase part, you got to put your subdirectory
RewriteBase /sub1/

Then

RewriteRule ^tata.html$ file.html

should work...but I would have to test it...you just want to rewrite tata.html to file.html, correct?
hudson is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote