• i’m trying to strip the transposh languages from all of my contact pages (Contact Form 7) and i can’t get it working

    the URL’s could look like any of the following:

    site.org/de/contact
    site.org/de/contact/form2

    and i need them to look like:

    site.org/contact
    site.org/contact/form2

    so i played around with this, but couldn’t get it working…

    RewriteEngine On
    RewriteBase /
    RewriteRule ^/(..)/contact(.*)$ /contact(.*)$1 [R=301,L]
    #RewriteRule ^/[a-z][a-z]/contact(.*)$ /contact(.*)$1 [R=301,L]

    http://wordpress.org/extend/plugins/transposh-translation-filter-for-wordpress/

  • The topic ‘htaccess rewrite for transposh’ is closed to new replies.