How do I set up a Wordpress account to a domain name?
www.mysite.com
instead of
mysite.wordpress.com
IMPORTANT :
Do I need to know any coding knowledge other than XHTML / CSS?

How do I set up a Wordpress account to a domain name?
www.mysite.com
instead of
mysite.wordpress.com
IMPORTANT :
Do I need to know any coding knowledge other than XHTML / CSS?
This entry was posted on November 22, 2009, 9:01 am and is filed under WordPress Chat. You can follow any responses to this entry through RSS 2.0. You can leave a response, or trackback from your own site.

Add Your own WordPress News and add to the new community!
Have an Article or WordPress related post on your own site maybe?
See it here after you post it ..
Cheers – Johnny
Loading...
For amazing premium wordpress themes visit – Ytheme.com, Free Wordpress Themes
SPECIAL OFFER for our visitors only!! Use Code ”wordpresssites” which grants everyone grants a $30 rebate on the full version of WP Robot!
New: WP Robot 2.0 released with many new…
WP Robot is frequently updated and improved! Here you can see an overview of all the features that have been added recently and are now included with the latest WP Robot version:
WordPress has been awarded the Overall Best Open Source CMS Award in the 2009 Open Source CMS Awards. This is a landmark for us, as it is the first time we’ve won this award, and it marks a shift…
13 Wordpress Plugins You Probably Don’t Use But Should. This list has few of the unlimited wordpress plugins introduction. Enjoy the post.
About
Best
Blog
Blogging
Blogs
Business
Change
Content
Create
creating
Design
Development
Feed
Feeds
Free
From
Google
guide
Hosting
Install
Internet
Marketing
Money
Online
Page
Part
Plugin
Plugins
Post
Review
Search
Site
Sites
Social
Theme
Themes
Tips
Traffic
Tutorial
Twitter
Using
Video
Ways
Website
Wordpress Articles on Wordpress (102)
Books on Wordpress (35)
Content Writing (58)
Cool Wordpress Stuff (5)
Internet Marketing (121)
Not Wordpress Articles (15)
Wordpress (223)
WordPress Admin (106)
Wordpress And Facebook (170)
WordPress Chat (235)
WordPress Comments (105)
WordPress Design (124)
WordPress Downloads (104)
WordPress Flickr (8)
WordPress Google (100)
WordPress Guides (179)
WordPress Images (141)
WordPress Latest News (3)
WordPress Links (66)
WordPress Page (194)
WordPress Plugins (128)
WordPress Post (38)
WordPress RSS (431)
WordPress Security (131)
WordPress Sidebar (74)
WordPress templates (160)
WordPress Themes (250)
WordPress Tutorials (51)
WordPress Twitter (326)
WordPress Videos (24)
WordPress Widgets (130)
WordPress YouTube (148)
WP Robot (131)
WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.
Fusion theme by digitalnature | powered by WordPress
Entries (RSS) and Comments (RSS) ^
#1 by Zurahn on November 22, 2009 - 9:18 am
Domain resolution doesn’t have anything to do with XHTML or CSS or any other web language.
If you want a domain name such as mysite.com, you’re going to have to pay for it from a domain registry service, such as
http://www.internic.ca/
Otherwise you have to use a subdomain (mysite.wordpress.com).
There are URL redirection services, such as
http://kickme.to
but those are also subdomains and are mainly used for simplicity. A wordpress subdomain is pretty simple as it is.
#2 by David D on November 22, 2009 - 9:22 am
If you want to let Wordpress.com host it for you, then see http://wordpress.com/blog/2006/10/24/domain-mapping-registration/
Otherwise you have to host it yourself, and while you wouldn’t NEED to know PHP and MySQL, if anything goes wrong you would probably wish you did.
#3 by SparklingEmeralds on November 22, 2009 - 10:08 am
You must know PHP!! You don’t need to know SQL at all.
To set up wordpress directly to a domain name (mysite.com), I guess you’ll have to upload all of your wordpress files in your home directory. In other words, DO NOT put the wordpress files into their own folder. It’ll be a little crowded, but it’ll get you the results you want.
But if you don’t mind loading your wordpress in a “mysite.com/wordpress” format, then upload your wordpress files into a new directory called wordpress, for instance.
In the wordpress files, there’s index.php. You will have to make this index file, your index file. You have to edit it and customize it to look exactly the way you want your front page to look.
That’s why you need to know PHP! It’s really simple actually and won’t take long to understand, especially if you have experience with say, C++, or Java, or even Javascript.
But even without that, you should understand! Tizag.com has an excellent PHP tutorial that covers all the basic knowledge.