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 |
- [EMAIL PROTECTED] Running DLL Object in HTML page Leo Liu
- Re: [EMAIL PROTECTED] Running DLL Object in HTML p... K Anand
- Re: [EMAIL PROTECTED] Running DLL Object in HT... Leo Liu
- Re: [EMAIL PROTECTED] Running DLL Object i... K Anand
- Re: [EMAIL PROTECTED] Running DLL Obje... Issac Goldstand
- [EMAIL PROTECTED] Mod_rewrite rule for renamed Fas... Jeremy Sellors nwt
- Re: [EMAIL PROTECTED] Mod_rewrite rule for ren... Eric Covener
- Re: [EMAIL PROTECTED] Mod_rewrite rule for... Jeremy Sellors nwt