|
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.
|