Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$0 not supported (probably $N) #53

Open
v-python opened this issue Apr 18, 2018 · 0 comments
Open

$0 not supported (probably $N) #53

v-python opened this issue Apr 18, 2018 · 0 comments
Labels

Comments

@v-python
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants