Forum Moderators: phranque
Options +FollowSymlinks
RewriteEngine On
#301 - Contact
RewriteCond %{REQUEST_URI} ^/dir/subdir/nl_NL/contact\.php$
RewriteRule ^contact.php$ http://samedomain.com/dir/subdir/nl/contact/ [R=301]
RewriteRule ^contact/$ contact.php [L,NC,QSA] http://www.domain.com/nl/contact/ instead of http://www.domain.com/nl_NL/contact.php and saving the page rank with a 301. RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*contact\.php\ HTTP/
RewriteRule ^contact\.php$ http://exchange.brytebarcelona.com/zonneman/tienda/nl/contact/ [R=301,L]
RewriteRule ^contact/$ contact.php [L,NC,QSA]
RewriteCond %{THE_REQUEST} ^[A-Z]+\ /contact\.php([?#][^\ ]*)?\ HTTP/
RewriteRule ^contact\.php$ http://exchange.brytebarcelona.com/zonneman/tienda/nl/contact/? [R=301,L]
#
RewriteRule ^contact/$ contact.php [NC,L]