Re: [web2py] redirect root folder site another subfolder (thal not is any app)

2013-09-04 Thread damufo
Hi: this solution, work for me: file: routes.py add: routes_in = ( ('./', '303->http://www.domain.org/folder'), ('.', '303->http://www.domain.org/folder'), ) En 04/09/2013 12:46, dam...@gmail.com escribiu: SO debian, apache2 with wsgy and mod_rewrite load Is posible redirect to subfolder

[web2py] redirect root folder site another subfolder (thal not is any app)

2013-09-04 Thread damufo
SO debian, apache2 with wsgy and mod_rewrite load Is posible redirect to subfolder when app is not specified on url? example: http://www.mysite.com/ -> http://www.mysite.com/wordpress/index.php in case http://www.mysite.com/welcome/ (normal work, no redirect anything) I test on /etc/apache2/