|
This is a re-write of a post that I posted on another site were I got no answer.
The site consists of a main directory and 11 sub-directories. I have at least 11 indexed pages that look like mysite.com/Directory/ , all the page names will change from .php to .html and about 5 pages had to be renamed for various reasons.
I will be using mod-rewrite to rewrite dynamic URLs to html.
Long story made short, I feel like I have to have a redirect for every existing page since every page is indexed and who knows what other links may be out there.
All the indexed pages for the directories are shown with the trailing / in the SEs but if I set the redirect with a trailing slash and there are some links out there that do not include it then Page not found will be shown.
OTOH, if I sent the redirect like mysite.com/Directory Apache will auto add the trailing slash. My very limited testing indicates that the new page loads either way when the trailing slash is not included in the redirect.
Thoughts? Comments? Suggestions?
Come on Chris, tripy and few others. I am counting on you here.
|