You are not logged in.

#1 2012-10-22 10:37:01

thoho180192
Member
Registered: 2012-05-08
Posts: 57

Lighttpd mod redirect

Hello

How do I turn off mod redirect for one specific site?

In my vhost config I have global redirects which affect my gallery3 site so it do not work. I dont want to change those, but I would like them to not affect my gallery3 installation.
Is that possible by a .htacess file, or some sort of if statement in the vhost config?

I have googled this, but I have not found a working solution yet.

Anyone got any ideas?

When I turn off mod_redirect and mod_rewrite my G3 installation works as expected.

So I hope that it is possible to deactive those for a specific vhost.

Edit:
Solved it with this "url.rewrite-final = ("^(.*)$" => "$1")"

Last edited by thoho180192 (2012-10-22 14:19:57)

Offline

Board footer

Powered by FluxBB