One version of internal page urls's only, preferably with trailing "/" forced on the end
Elaborate a little on this?
Ok, google indexes urls, not pages - and many sites have issues with several versions of a url - so if people link to different versions you are losing link love, and potentailly have duplicate content issues.
Even a url with and without a "/" are different, then you have /index.php etc to contend with. But it can all be fixed with a .htaccess file.
To see what I mean, I used to have different urls on my site, but we fixed it. Try these:
[/list]Ok, google indexes urls, not pages - and many sites have issues with several versions of a url - so if people link to different versions you are losing link love, and potentailly have duplicate content issues.
Even a url with and without a "/" are different, then you have /index.php etc to contend with. But it can all be fixed with a .htaccess file.
To see what I mean, I used to have different urls on my site, but we fixed it. Try these:
Canonicalisation dealt with - redirect non www to www or vice versa.
yep can write a script to bounce a user about
Right this is a minor point but the base URL i.e. with or without the www is already set in the config file and this ties in with the license so I couldn't allow people to change it on the fly.
I might be able to write a script though that if the incoming domains is missing the www and the base includes it then bounce them to the correct url. That the sort of thing you meant?
Right this is a minor point but the base URL i.e. with or without the www is already set in the config file and this ties in with the license so I couldn't allow people to change it on the fly.
I might be able to write a script though that if the incoming domains is missing the www and the base includes it then bounce them to the correct url. That the sort of thing you meant?
Well, as long as it's set to one or t'other from the outset then it's a non-issue