Hi, 
I have changed a script name suffix from .cgi to .fcgi to enable the script to run under FastCGI
The script works to bring up the initial login form but when I fill the form out and press submit I get a "Not Found The requested URL /mtw/mt.cgi was not found on this server." using the old file suffix.
Is there a way to use mod_rewrite to fix this?
I have tried:
RewriteEngine On
RewriteRule ^mt.fcgi(.) mt.fcgi$1 [L]
in the .htaccess file but this does not work.

Thanks,
Jeremy Sellors



Reply via email to