Please advice, I have few htm pages with good google rating. Now I have redo the site to asp one. How I can do 301 code in htm pages to be redirected to relevant asp pages – is there any line of code which I can place on these few htm pages – so, without having .htaccess file. Thank you for advice. Steve
You can't put a 301 redirect inside HTML. You have to do it using something like PHP or using apache's mod_rewrite. I would look into having ASP handle files with HTM extensions. Well, that, or there may be something similar to mod_rewrite for IIS.
Thank you for reply. Hmm, after doing few php and asp sites in the past, I know how to do that in there. But simple htm???? – there is actually no any line of code for find which can resolve the problem. Yes, there are refresh tags, but I don’t want use that, as I want to keep the rating. Any solution – THANK YOU. S
Rather than to change the file from html to ASP, use ASP in HTML code and as it as html page as mentioned by jmatthew3. You will need to make some changes in IIS in order to do this. Kailash
There's a good book I'm in the process of reading called 'Seach Engine Optimisation using PHP' I believe there's an ASP.NET version... infact here's the link on Amazon: http://www.amazon.co.uk/Professiona...=sr_1_1?ie=UTF8&s=books&qid=1224494958&sr=1-1 The PHP version is really good and I'm finally beginning to understand how redirection and keyword rich URL's can work for my sites