hello all DP members my site is : http://www.example.com/ current inner page name - http://www.example.com/a_b.asp http://www.example.com/j_k.asp http://www.example.com/l_b.asp etc.... now i want to change all the name with using " - " in pace of using " _ " as: http://www.example.com/a-b.asp http://www.example.com/j-k.asp http://www.example.com/l-b.asp etc.... so p'se give me suggestion in this topics and which tecnique is used for this query without loosing search engine result p'se specify the code for all the inner pages with example reply ASAP
hello i have not a cpanel p'se send me best 301 redirect code using my all the inner pages then i can easily understood
Hi As SEO point of view 301 is the best way to move your pages, but it is important to know the hosting details of your website. If your website is running on windows hosting then you need to put below mentioned code into web.config so you can update it without having to recompile the site. <appSettings> <add key="primaryDomain" value="http://abc.com"/> </appSettings> Hope this will help.
hey i can check my site is windows hosting , but in case some point is not cleared see in this sentance : For Windows hosting, put the below give code into web.config so you can update it without having to recompile the site. <appSettings> <add key="primaryDomain" value="http://www.abc.com"/> </appSettings> <<<<<<<<<< so i can copy this code and put into web.config file but i want to replaced the all the sub pages of my site using [ " - " ] so only this code is supporetd ? and value= " ???????? " >>>>>>>>>>>>>> p'se reply ASAP