André Warnier wrote:
Maybe the first thing is : why use a .htaccess file, when you evidently have access to the main server configuration.
Because I want to make an application not only for my apache. This makes it easier for end-users. But I give the hint, too.
I am also a bit puzzled by your Rewrite rules : RewriteRule ^[.]{0}$ _index.php?u= [L,QSA] RewriteRule ^([^_]+)$ _index.php?u=$1 [L,QSA]
Examples: http://127.0.0.1:200/foo/trunk/ -> no subdir given -> first rule -> "_index.php?u=" http://127.0.0.1:200/foo/trunk/Some/Subs -> fictional subdirs -> second rule -> "_index.php?u=Some/Subs"The major problem in my case is, that the Alias and Rewriting doesn't contain the directory (as the error.log shows). It looks up the files in the wrong root.
--------------------------------------------------------------------- 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-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx