Mind that this export PYTHONPATH=$PYTHONPATH:/public_html/web2py/
was an example is this really the path to web2py /public_html/ web2py/ ? At this point it should be running. I am not sure if you need to restart apache. Perhaps they have a web interface to do so. You need to ask them. Massimo On Mar 15, 5:58 pm, solom <[email protected]> wrote: > I did follow the steps in that site5 wiki page for django, using a > file where I saved only the lines you gave me for web2py: > > export PYTHONPATH=$PYTHONPATH:/public_html/web2py/ > cat << EOF > ~/public_html/web2py.htaccess > RewriteEngine On > RewriteBase / > RewriteCond %{REQUEST_URI} !(fcgihandler.py) > RewriteRule ^(.*)$ fcgihandler.py/$1 [L] > EOF > > (should I have added anything to that .sh file?) > > It did create an .htaccess file in the web2py folder. > Now what? what do I do next? -- 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.

