Tag for Web Design

Writing About Us Pages

Published under Web Marketing on

Having an online business can help make any small business look like they are bigger than they actually are. One of the most important pages on a website is the “About Us” page. This is the page where a customer is looking to get a feel about your company. They will be looking for a variety of things. Continue Reading »

No responses yet

Code Redirects

Published under Web Development on

HTML Single File Redirect
Redirect 301 /olddirectory/oldfile.html http://yoursite.com/newdirectory/newfile.html

Directory Redirect in Apache
RewriteEngine On
RewriteRule ^olddir/(.*)$ http://domain.com/newdir/$1 [R=301,L]
OR
Redirect 301 /olddirectory http://yoursite.com/newdirectory/
Continue Reading »

One response so far

alert('GET');