Forum Moderators: Robert Charlton & goodroi
Thanks
But it's a hard work especially for dynamic websites.
Good luck!
thanks for the replies, the site is around 500 pages, of which around 400 are asp the rest are html. I will keep the html pages the same but the product pages in asp eg. "asp?ID1234"
will be the same in php maybe? php?id=1234 andjust redirect the old path to the new but keep the product id's the same.
You can build a site using ASP or PHP scripts; which technology is the new site going to use?
In general, Windows IIS hosting often means that sites are built using ASP, but sometimes PHP is used.
When using Apache (Linux) hosting, the scripting language of choice is PHP.
There are several types of database that can be used to hold your data. MySQL is popular when using PHP scripts. For sites using ASP scripts, I guess you're forced to use some Microsoft "solution".
You can call your pages by whatever URLs you like. You can use PHP scripts on your pages but still keep your .asp URLs. That way, search engines would have no idea that anything at all has changed with the way the site works.
To move to *ix hosting you need PHP code. ASP code will not work. Everybit of code has to be ported. And database has to be converted too. A lot of work only meant for a PRO.
Basicly all you will be left from old site will be database content and URL structure. (by using the .asp trick) Entrie coding has to change and this is 99% of time a full rebuild.
I suggest you ask someone to do it or just stick to your current hosting or you'll get in a worldfull of trobules.
If you have a static site it'll be a bit easier but still ... skills are required!
But you may find that using .htaccess to parse asp ext files as php is not always possible with certain hosting packages
I converted a valuable site to php from asp.net , simply to use a commercially available cms instead of continuing my own development
I could not redirect via any means, i canvassed every forum I know,
anyway, the site promptly tanked, and 6 months latter, well I hardly remember it exists :)
Perhaps it will recover
Hope you have better luck
Cheers