[Tutor] possible to run a python script from non-cgi?

Tim Johnson tim at johnsons-web.com
Sun Oct 31 01:31:15 CEST 2010


* Tim Johnson <tim at johnsons-web.com> [101030 15:24]:
  I've taken this one step further:
.htaccess =>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ ./index.py/$1 [L,QSA]
now I get the response from http://localhost/reg/
cheers
-- 
Tim 
tim at johnsons-web.com or akwebsoft.com
http://www.akwebsoft.com


More information about the Tutor mailing list