Forum Moderators: phranque
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^/nl_NL/$ [NC]
RewriteCond %{QUERY_STRING} ^ObjectPath=/Categories/([a-zA-Z0-9-_]+)/([a-zA-Z0-9_-]+)[a-zA-Z0-9=&?_-]*$
RewriteRule ^(.*)$ [domain.nl...] [R=301,L]
</IfModule>
it should redirect a url like:
[domain.nl...]
to
[domain.nl...]
can anyone help me to do this in htaccess?