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: [email protected]
" from the digest: [email protected]
For additional commands, e-mail: [email protected]