[users@httpd] Mod_rewrite rule for renamed FastCGI scripts

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux