Simply remove a url segment with .htaccess
snippet in htaccess
Simply remove a url segment with .htaccess
user1223
RewriteEngine on
RewriteBase /
RewriteRule ^/entry/(.+)$ /$1 [L,QSA]