Hi,
In my setup I have the following:
<VirtualHost 127.0.0.1:43109>
ServerName mydomain.com
DocumentRoot /home/myaccount/webapps/apachewsgi/web2py/applications
<Directory "/myapplication">
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
I understand this redirect to myapplication, however, enters in
welcome.
As examples I saw, the configuration would be fine. But does what I
expect.
Jose
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---