Search results

  1. Gouri

    Domains

    But we can't search domain names availability for you right. You have to do some research on that.
  2. Gouri

    What's your web design environment?

    Still using notepad. I recommend you the notepad++. Because it speed up the development. Just my 2 cents. :)
  3. Gouri

    Variables not passed [PHP]

    to print in php you have to use echo command and to access the POST variables you have to use $_POST["variable name"] so your php file should be changed. to <?PHP echo 'Your first name is'. $_POST["FirstName"]. '<BR>'; echo 'Your last name is'. $_POST["LastName"].'<BR>'; ?>
  4. Gouri

    PHP and mysql picture system

    Once you delete the picture then you have to update the whole list and get it refreshed the data which the function(system as you said) is using.
  5. Gouri

    Domains

    What is your point? You want to change your domain name. --> That is ok. To check the domain availability you can use the domainlazy.com, It is easier to check the domains availability. Select the available domain names yourself and purchase it from recommended domain registrar...
  6. Gouri

    Homepage Editing

    make a html page and name it index.html place it in public_html folder Then it will load the page default the webpage name "index.html" should be in lowercase. Advice: Don't delete those default directories in public_html folder.
  7. Gouri

    YouTube announces 1080p Streaming!

    I am looking forward to enjoy it. I have HD Monitor and I have 1 gbps connection.
  8. Gouri

    301 permanent redirect

    No Problem. After posting here only I got an idea that I can use the rewrite condition. This is one of the advantage for me with this conversation. Thanks to all for help. :)
  9. Gouri

    The Ctrl+V game

    RewriteCond %{HTTP_HOST} ^ I was writing rewrite rule in .htaccess :)
  10. Gouri

    301 permanent redirect

    It worked with condition. After some trial and error it is working fine. Anyway I have to check all the links for next week. Thanks for help guys.
  11. Gouri

    301 permanent redirect

    In the previous post you told in REVERSE /home/username/public_html/ (new domain here) /home/username/public_html/old (old domain here with .htaccess file) This is what you told. My site is at root of the primary domain and another one i added as parked domain If i have to add...
  12. Gouri

    301 permanent redirect

    Yes, I told you already that olddomain is Primary domain points to public_html newdomain is parked means it also points to public_html I can't move the data to other folder because it affects the search engines. If i don't bother all these things the I would have directly changed the...
  13. Gouri

    The Ctrl+V game

    permute Checking the MATLAB permute command....
  14. Gouri

    301 permanent redirect

    The solution to domain name change without affecting the search engine is 301 permanent redirect. It is recommended by google itself. My case is this I have a domain olddomain and want to change it to new domain newdomain without affecting search engines. Host is same Here is the catch...
  15. Gouri

    domain name change problem

    You are using wordpress. So if you want to change the site url then you have to follow the procedure given here http://codex.wordpress.org/Changing_The_Site_URL Check the section "domain name change". I think you have to give the sql command in phpmyadmin to change the old url to new one...
  16. Gouri

    Guess Who Posts Next

    No. Gues next will be DefecTalisman. :)
  17. Gouri

    2012 Movie out today

    I am too looking forward to watch it. :)
  18. Gouri

    Guess Who Posts Next

    Nope. Guess the next one is from USA.
  19. Gouri

    Review my Genera /blog/site

    Looks very nice. I like the site. Good work Add some content.
  20. Gouri

    Review MY SITE

    You mixed up everything. The menu looks general blog look and the content on right side looks professional. Don't dump everything on to the page. Change the layout.
Top