Basti Administrator Staff member Aug 25, 2013 #2 Well, there should be none, but if someone slipped through, just search for the url in admin -> manage members
Well, there should be none, but if someone slipped through, just search for the url in admin -> manage members
cajkan Active Member Aug 25, 2013 #3 Please give us more information about your problem. To find duplicate pages, make sure you use google webmaster tools. If you want something modern : http://moz.com/
Please give us more information about your problem. To find duplicate pages, make sure you use google webmaster tools. If you want something modern : http://moz.com/
Mark Administrator Staff member Aug 25, 2013 #4 use phpmyadmin (or your favorite method to work on MySQL databases) and run this query to identify duplicates PHP: SELECT short_url FROM VL_sites GROUP BY short_url HAVING count(*) > 1;
use phpmyadmin (or your favorite method to work on MySQL databases) and run this query to identify duplicates PHP: SELECT short_url FROM VL_sites GROUP BY short_url HAVING count(*) > 1;