Thread: Rewrite Problem
View Single Post
  #6  
Old 03-26-2007, 11:43 AM
Jetro Jetro is offline
Member
 
Join Date: Aug 2005
Location: Poland
Posts: 18
Problem solved

RewriteCond %{HTTP_HOST} ^klasad.hmt.pl [NC]
RewriteCond %{CURRENT_URI} !^_klasad
RewriteRule (.*) /_klasad/$1 [L]

But i lost a couple of time, because as You can see at logs in my previous posts, CURRENT_URI don't has "/" at start of the string. I thought that URI always should begin at "/". Correct me if this is this not a bug.
Reply With Quote