Hi friends, I'm developing a new website for a customer. This website run ok in Chrome, Firefox, Opera and Safari, but don't run in IE 7 and IE8.
main website url: http://www.todososcursosonline.com.br beta webiste url: http://www.todososcursosonline.com.br/base a url that run in IE7 e IE8: http://www.todososcursosonline.com.br/pagina/duvidas (This URL(I don' know the cause) run OK in IE7 and IE8. This site is hosted in www.tehospedo.com.br with FastCGI support. My dispatch.fgi file: #! /usr/bin/python2.5 import sys altpath=sys.path sys.path = ['/home/theuserfolder/todoscursosonline'] sys.path += altpath import code code.webapp.run() My htaccess file: RewriteEngine On RewriteBase / RewriteRule ^(dispatch\.fcgi/.*)$ - [L] RewriteRule ^(static/.*)$ - [L] RewriteRule ^(.*)$ dispatch.fcgi/$1 [L] Well, I don't if the problem is in the web.py in htacces file/ configuration or in dispatch.fcgi file. Any help ? -- Leandro. -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
