301 Redirects
Jul 30, 2008 Search Engine Optimization
Here are some 301 Redirects
Redirect NON-WWW Domain to WWW Domain (.htaccess)
Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^domain.com [nc]
rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc]
Redirect Old Domain to New Domain (.htaccess)
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]
PHP Redirect
<?
Header( “HTTP/1.1 301 Moved Permanently” );
Header( “Location: http://www.new-url.com” );
?>
JSP (Java) Redirect
<%
response.setStatus(301);
response.setHeader( “Location”, “http://www.new-url.com/” );
response.setHeader( “Connection”, “close” );
%>
HTML Redirect
<meta HTTP-EQUIV=”REFRESH” content=”x; url=http://www.yourdomain.com/index.html”>
NOTE: content=”x (x can be changed from 0-x numbers depending on how many seconds will it take before redirecting to another page.)
ColdFusion Redirect
<.cfheader statuscode=”301″ statustext=”Moved permanently”>
<.cfheader name=”Location” value=”http://www.new-url.com”>
ASP.net Redirect
<script runat=”server”>
private void Page_Load(object sender, System.EventArgs e)
{
Response.Status = “301 Moved Permanently”;
Response.AddHeader(”Location”,”http://www.new-url.com”);
}
</script>
ASP Redirect
<%@ Language=VBScript %>
<%
Response.Status=”301 Moved Permanently”
Response.AddHeader “Location”,”http://www.new-url.com/”
%>
CGI PERL Redirect
$q = new CGI;
print $q->redirect(”http://www.new-url.com/”);
Ruby on Rails Redirect
def old_action
headers["Status"] = “301 Moved Permanently”
redirect_to “http://www.new-url.com/”
end
Tags: .htaccess Redirect, 301 Redirects, ASP Redirect, ASP.net Redirect, CGI PERL Redirect, ColdFusion Redirect, HTML Redirect, JSP (Java) Redirect, PHP Redirect, Ruby on Rails Redirect
Make Money Online by Searching
Jul 16, 2008 Make Money Online
Wondering how much money search engines like Google, Yahoo, and MSN earn from your searches? Thinking of ways to get back at them? Well here it is, My HomePage Friends (MHPF) is a Pay to Search (PTS) program that pays you to search on popular search engines like Yahoo.com. This PTS pays you in Pounds (£) that’s much more than a dollar ($).
MHPF pays you approximately £1 for every 100 searches using the search box, sounds small, after sometime you won’t even notice that your generating hundreds just by searching the internet. MHPF provides a search box that is built into your browser the best thing is, it works on Firefox and Internet Explorer. Though it searches only on Yahoo, it will eventually add more search engines that will give you more search results.
More ways on maximizing your earnings through , here are some of them.
1. Search
Instead of typing a website address in the address bar use the search box instead.
2. Referrals
You can also refer a friend, by recommending them to My HomePage Friends, you get 10% of their earnings and even a small amount from their referral’s earnings.
Tags: Make Money Online, Make Money Online by Searching, My Home Page Friends
Social Bookmarking Network Released
Jul 15, 2008 Social Bookmarking
Here is my old but new Social Bookmarking Networking Site. I have refurbished the old one, but due to errors on my database, I haven’t imported the old bookmarks that used to be there, sorry :). Feel free to submit and contribute.
Tags: Social Bookmarking Network, Social Bookmarking Network Released, Social Bookmarking Site, Social Bookmarking Submission








Hello! Almer here, I'm an aspiring writer. This blog will serve as an online diary for my daily experiences in my life. And also teach you on how to



