You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just dropped the following into the tester, and it failed, saying $0 is not a valid string. But $0 is defined as the match string from the corresponding RewriteRule.
The intent of these rules is to prefix the path of the url with a reference to a cgi file, but only if it doesn't already have it. They are broken, and I'm trying to figure out why/how, and found your tester.
The text was updated successfully, but these errors were encountered:
I just dropped the following into the tester, and it failed, saying $0 is not a valid string. But $0 is defined as the match string from the corresponding RewriteRule.
RewriteCond $0 !^cgi-bin/.[.]cgi
RewriteRule ^(.*)$ /cgi-bin/0.cgi/$1 [QSA,L]
The intent of these rules is to prefix the path of the url with a reference to a cgi file, but only if it doesn't already have it. They are broken, and I'm trying to figure out why/how, and found your tester.
The text was updated successfully, but these errors were encountered: