I assume you're using Apache and have a .htaccess file in the root, and you've got mod_rewrite on? Add this line near the top, after RewriteEngine On: RewriteRule ^(.*)/amp/?$ /$1 [L,R=301]