Which server do you use? Apache, nginx? Basically you need to exclude
wpblog from the route to your web2py app this is done in the config of your
webserver... You can have a look at this web2py deployment script contrib :
https://github.com/web2py/web2py/blob/master/scripts/setup-ubuntu-12-04-redmine-unicorn-web2py-uwsgi-nginx.sh
line 333

Direct link :
https://github.com/web2py/web2py/blob/master/scripts/setup-ubuntu-12-04-redmine-unicorn-web2py-uwsgi-nginx.sh#L333

It regular expression, it should be similar with apache...

Richard




On Tue, Jul 28, 2015 at 1:09 PM, BlueShadow <kevin.bet...@gmail.com> wrote:

> hi,
> I have a web2py app on www.myexamplew2papp.com which runs perfectly. Now
> I want to create a subpage for testing which is not web2py but wordpress.
> this wordpressblog should be located here: www.myexamplew2papp.com/wpblog.
> Does onyone know how I do that?
> thanks
>
> --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to