Skip to Content
Menu
This question has been flagged
1 Reply
6092 Views

Hello,

--db-filter ^%d$ --proxy-mode using I am fulfilling subdomain to database access.

This evaluate all subdomain like. demo.xxxx.com, test.xxxx.com.,......

I do not want to evaluate all as openerp instance, just few which exact I needed porx.xxxx.com, I wanted to start different php cms.

So for this what exact db-filter I need to use ?

Avatar
Discard

Have you fixed the problem ?

Best Answer

db-filter is a regular expression, you can use

db-filter=^(domain1|domain2)$

for example

Avatar
Discard

Hi friend,
How to configure dbfilter if I using multi website and using sub domain?

Thanks,
Tri

Related Posts Replies Views Activity
3
May 25
3668
0
May 25
620
2
Mar 24
1870
0
Jan 23
1523
1
Nov 22
2908