Posts tagged using
REDIRECT A DOMAIN BY USING CODE?
Aug 26th
My host company is brinkster and I have multiple domain names (ie www.abc.com,www.xyz.com etc ), their tech.staff gave me following code to redirect a domain. My question is : if I am using following code, is my domain will be search engine friendly?
Read More >>
I’M USING A SCRIPT IN MY .HTACCESS FILE WHICH POINTS ALL LINKS FROM MY “NON-WWW” SITE TO MY WWW SITE.
Jul 30th
I’m using:
# Start non-www page protection #
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.mysite\.com [NC]
RewriteRule ^(.*)$ http://www.mysite.com/$1 [L,R=301]
# End non-www page protection #
Is this the correct format, and will all links now point just to the www version just from the time that I do this and upload the new .htaccess file, or will all links (and the page rank boost associated with it) become retrospective? Will I see a boost in rank immediately?
I’ve also heard that the search engines see a www.mysite.com version and a www.mysite.com/ version. Will my script take care of this as well, or do I have to add something else? (I cannot see whether the script does this or not as I am not a coder!)
For .co.uk domains do I just alternative .co.uk for .com in each case?
Read More >>
HOW DO I CREATE A SEARCH ENGINE FOR MY WEBSITE USING ASP.NET C#?
Jul 1st
I am trying to search a SQL Server 2008 database table based on user input into a texbox. I have already tried using the clause LIKE ‘%x%’, but it’s not useful when the user types in multiple words. I want my search engine to be able search keywords in the database. I read about FREETEXT and CONTAINS, but im not sure if that will work.
Please help me..Thanks in Advance.
Read More >>
I VE GOT TO CREATE A SEARCH ENGINE USING VISUAL BASIC?
May 13th
got to search… word/text documents, excel sheets, powerpoint presentations and pdf files only. can anyone provide me the code for this or recommend me some ideas pleaseee…
also explain me how to open these files in vb
Read More >>
HOW CAN I MAKE A SEARCH ENGINE TO SEARCH MY OWN WEBSITE, WITHOUT USING A PRODUCT LIKE GOOGL SITE SEARCH?
May 8th
i want to use the forms (text area, submit butoon etc) of my designing program, i use dreamweaver
Read More >>
HOW TO CREATE AN INTERNAL SEARCH ENGINE USING PHP AND HTML CODES ONLY?
May 7th
No database is to be created and thus SQL codes is not needed. We are granted to use php and html codes only.
The site is just full of information. I need search engine to search the site. Let’s say, user types in “a” and the search engine would search the whole site of information for the letter “a” then display the results out. Cannot use a text file also. Strictly php and html codes only.
Read More >>

















