> And in "G:/Documents/web/foo/trunk" this .htacces lines when i call
> http://127.0.0.1:200/foo/trunk :
>
>    RewriteRule ^[.]{0}$ _index.php?u= [L,QSA]
>    RewriteRule ^([^_]+)$ _index.php?u=$1 [L,QSA]


RewriteEngine on?
RewriteBase?

Later in this thread you talk about testing for non-existent
subdirectories, are these other rules in the same context?

-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to