8 Jan 2008 at 08:56 by Joshua J. Steimle
To do a 301 redirect on JSP pages simple modify this code for your own purposes and place it on the page you want to redirect:
<%
response.setStatus(301);
response.setHeader( "Location", "http://www.new-url.com/" );
response.setHeader( "Connection", "close" );
%>
Read Complete Entry
Comments (0)
digg it!
Add to del.icio.us
3 Jan 2008 at 09:15 by Joshua J. Steimle
I would assume that most search engine optimization professionals in Utah are earning somewhere between $60-80K. But that's all it is, an assumption based on limited factual information. So, let's all find out what we make, shall we? That way if you're not making very much relative to other SEO types you can know to ask for a raise, and if you are making a lot, you can find comfort in the fact you're making more than most, and hopefully the others will soon get raises which will eventually raise the salary ceiling for everyone.
Read Complete Entry
Comments (8)
digg it!
Add to del.icio.us