Hello, I am using Django Python on a Godaddy Delux shared server for a couple of months using Fast CGI. It has has been working fine but for past couple of days it has started showing
Not Found
The requested URL /store.fcgi/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I have no idea what is wrong with it as it was working fine a few days ago and I have changed mostly nothing.
This is my .htaccess file
AddHandler cgi-script .cgi
AddHandler fcgid-script .fcgi
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ ./store.fcgi/$1 [QSA,L]