Page 1 of 1

Forwarding a .com domain to my Pbase gallery?

PostPosted: Wed Mar 18, 2009 4:56 pm
by awolf
How do I go about doing this?

Re: Forwarding a .com domain to my Pbase gallery?

PostPosted: Wed Mar 18, 2009 6:10 pm
by dang

Re: Forwarding a .com domain to my Pbase gallery?

PostPosted: Wed Mar 25, 2009 2:20 am
by lancemoreland
The easiest way is to write an Index.html file which redirects traffic to your pbase page. I have done that here:

http://www.lancemoreland.com

If you don't have a domain yet you can buy it at godaddy for about $7.95 a year right now and there are a lot of extra benefits that go along with that.

To refer your domain to pbase open notepad and paste the html code below in the file. Name it Index.html and load onto your website. Make make sure you fill in the correct addresses.

<html>
<head>
<meta name="Author" content="www.yourdotcomhere.com">
<meta http-equiv="refresh" content="0;url=http://www.pbase.com/yourpbaseacconthere.com">

<body>
</body>
</html>


Lance