Jump to content

shaam

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Everything posted by shaam

  1. I require a page to be added to my website. This page will facilitate a refined search via Google, Bing and Yahoo search engine simultaneously , show the top 5 of each engine. Is this possible using php ? Thank's
  2. Hi, after some googling i have found the solution and its working great,following is the code i have used, <!-- enURL = document.URL; if(enURL.indexOf("www") == -1 ) { location.href = enURL.replace("http://", "http://www."); } // -->
  3. Thanks for your reply,yes u r right it should b through .htaccess but i have problem on server mod_rewrite is not enable that's y i want to do this using javascript. Is it possible using javascript ? Thanks
  4. Hi, I want to redirect pages e,g 'http://mydomain.com/pagename.html' to 'http://www.mydomain.com/pagename.html",i.e if anyone access without www then it will be added automatically,how can i do this using javascript? plz help Thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.