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

Implement "skip" syntax #16

Open
andreascreten opened this issue Jun 20, 2014 · 1 comment
Open

Implement "skip" syntax #16

andreascreten opened this issue Jun 20, 2014 · 1 comment

Comments

@andreascreten
Copy link
Member

We are using a "skip" syntax in out htaccess:

RewriteCond %{QUERY_STRING} !^item_id=4
RewriteRule .? - [S=6]
RewriteRule ^lernen/(.).php$ http://www.linguashop.com/hörbuch-$1? [R=301,L]
RewriteRule ^aprender-agora/(.
).php$ http://www.linguashop.com/frases/$1? [R=301,L]
RewriteRule ^apprendre/(.).php$ http://www.linguashop.com/$1-facile? [R=301,L]
RewriteRule ^aprender/(.
).php$ http://www.linguashop.com/frases-$1? [R=301,L]
RewriteRule ^imparare/(.).php$ http://www.linguashop.com/traduzioni-$1? [R=301,L]
RewriteRule ^learn/(.
).php$ http://www.linguashop.com/$1-download? [R=301,L]

This rule was met, the new url is /-ww.linguashop.com/lernen/polnisch.php
for the rule "RewriteRule .? - [S=6]" don't really seem appropriate.

Filed by David on June 17, 2014 at 12:28 pm

@andreascreten
Copy link
Member Author

The skip syntax is not supported at all, it does very strange things:
screen shot 2014-06-20 at 09 28 07

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

No branches or pull requests

1 participant