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.