Hi there,
i got a question concerning Apache 1.3 Rewriting.
I want to rewrite an URL in case that a certain path is given. e.g i DONT want to rewrite
but i want to rewrite
TO:
i've written a rewrite rule like this:
RewriteRule ^/apps/windows/tools/gfx/(.*) /prefix/apps/windows/tools/gfx/$1
does not work. i've looked into the apache manuals but i did not find a solution.
help?
i got a question concerning Apache 1.3 Rewriting.
I want to rewrite an URL in case that a certain path is given. e.g i DONT want to rewrite
but i want to rewrite
TO:
i've written a rewrite rule like this:
RewriteRule ^/apps/windows/tools/gfx/(.*) /prefix/apps/windows/tools/gfx/$1
does not work. i've looked into the apache manuals but i did not find a solution.
help?