Posts tagged links
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 >>
I NEED A PHP SCRIPT THAT ALLOWS ME TO CONTROL LINKS ACROSS MULTIPLE SITES.?
Jul 10th
I do not need a directory software but something closer to OpenAds, that could grant me to control from one location links put in the footer of multiple sites. It has to be search engine friendly (no redirects in URL/no javascript)
Read More >>
I NEED A SCRIPT THAT CAN CREATE LINKS FROM A DIRECTORY.?
Apr 21st
I need a script that will grant me to upload files, and while uploading automatically add a link to the file on a web page. How could I do this. Not a directory folder though, an actual page something that would function similarly to a search engine with no search.
Read More >>
