Friends,
I put all files of my web.py project (code.py, views.py and etc) in the
public_html folder:
My .htaccess (in a shared host)(in the public_html folder):
<Files code.py>
SetHandler fastcgi-script
</Files>
AddHandler fcgid-script .py
AddHandler fcgid-script .fcgi
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_URI} !^/favicon.ico$
RewriteCond %{REQUEST_URI} !^(/.*)+code.py/
RewriteRule ^(.*)$ code.py/$1 [PT]
Well, when I try access my website: http://www.busquecursos.com.br give-me
this error message:
Not Found
The requested URL /code.py/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an
ErrorDocument to handle the request.
Any ideia, tip or suggestion ?
-- Leandro.
--
You received this message because you are subscribed to the Google Groups
"web.py" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/webpy/-/1pkhXffH3r4J.
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/webpy?hl=en.