We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following example does not follow through to the second rewrite rule
RewriteEngine On RewriteBase / # Drupal node to wordpress url mapping RewriteCond %{QUERY_STRING} ^q=content\/(.*)$ RewriteRule . /drupal/%1? [PT] RewriteRule drupal/example-article /2016/09/12/example-article/ [R=permanent,L]
I can confirm that this does work in a live environment.
Cheers, Ty
The text was updated successfully, but these errors were encountered:
I guess you are right, RewriteRule always showing as "not met" while it actually works. (Not just for PT flags)
My example:
RewriteCond %{QUERY_STRING} .redirectURL. [NC] RewriteCond %{QUERY_STRING} !.redirectURL=(/|%2f). [NC] RewriteRule ^/logoff.html(.*) - [F]
Sorry, something went wrong.
No branches or pull requests
The following example does not follow through to the second rewrite rule
I can confirm that this does work in a live environment.
Cheers,
Ty
The text was updated successfully, but these errors were encountered: