I'm currently doing some SEO work for a company whose currently hosts multiple sites on a single IP address. Each site is set up in its own folder on the server and when a website is called up the user is redirected to that folder. So, for example-- If I type in www.example.com I actually go to something like www.example.com/Example/index.html As best as I can tell, this redirection is handled by the server. So, this is my question: would the backlinks being developed for the site suffer because they point to the root address (www.example.com) instead of the actual address of the index file (www.example.com/Example/index.html)? Any thoughts would be appreciated!
Yeah I thought that it might be a 301 redirect, but I haven't found any .htaccess files in any of their directories. So I've been working under the assumption that they are using a script on (Tomcat) Apache to reroute traffic. So, if they're not using a 301 would there be an issue with backlinks being lost?