/ Published in: Bash
Put this before a "RewriteRule" to call the rule only if this request was not from a redirect.
Expand |
Embed | Plain Text
RewriteCond %{ENV:REDIRECT_STATUS} ^$
You need to login to post a comment.
Put this before a "RewriteRule" to call the rule only if this request was not from a redirect.
RewriteCond %{ENV:REDIRECT_STATUS} ^$
You need to login to post a comment.