I solved this problem with htaccess, the templates had completely different menu routines which were too complicated for me.
So if anyone wants to redirect their home page to root which looks better just do this:
RewriteEngine on
RewriteRule ^pages/home.php / [R=301,L]
This uses a 301 redirect so any page ranks or incoming links will be preserved for SEO purposes.