waytech2003
Programmer
I have websites on a server that I do not have control of the Apache files. I believe this hosting is referred to as Shared Hosting. I do have the ability to edit the .htaccess file. I have 3 domain names pointing to this site. The site is maintained by Frontpage 2000, so I believe Frontpage edits something in .htaccess too.
I am restructuring the website by taking everything out of the root directory and moving into several subs. I want to somehow keep the site going if someone tries to get here using an old link.
Example: typing takes you to the page. This page will now be moved to
I need to insert /YYYY/ into any URL that does not contain it.
To make it even harder I want the other domain names go to to their own subs.
Ex: will be will be
Can this be done by .htaccess?
I am restructuring the website by taking everything out of the root directory and moving into several subs. I want to somehow keep the site going if someone tries to get here using an old link.
Example: typing takes you to the page. This page will now be moved to
I need to insert /YYYY/ into any URL that does not contain it.
To make it even harder I want the other domain names go to to their own subs.
Ex: will be will be
Can this be done by .htaccess?