{"id":377,"date":"2015-06-29T15:45:32","date_gmt":"2015-06-29T15:45:32","guid":{"rendered":"https:\/\/www.eskimo.com\/support\/?page_id=377"},"modified":"2015-07-15T01:18:50","modified_gmt":"2015-07-15T01:18:50","slug":"web-space","status":"publish","type":"page","link":"https:\/\/www.eskimo.com\/support\/web-space\/","title":{"rendered":"Web Space"},"content":{"rendered":"<p style=\"text-align: center;\"><span style=\"font-family: arial,helvetica,sans-serif; font-size: 20pt; color: #008000;\">Web Space<\/span><\/p>\n<p><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">\u00a0\u00a0\u00a0\u00a0 This page and the entire Web Space pull down menu contains information about creating and maintaining your own website here on Eskimo North. The ability to host a website under our domain is included with every <a href=\"\/services\/shells\/\">shell account<\/a>. In addition we can host your domain with a <a href=\"\/services\/internet-hosting\/virtual-domains\/\">virtual domain<\/a> or <a href=\"\/services\/internet-hosting\/personal-hosting-packages\/\">personal<\/a> or <a href=\"\/services\/internet-hosting\/business-hosting-packages\/\">business web hosting package<\/a>.<\/span><\/p>\n<p><strong><span style=\"font-family: arial,helvetica,sans-serif; font-size: 14pt;\">Basics and File Locations<\/span><\/strong><\/p>\n<p><span style=\"font-size: 12pt;\"><span style=\"font-family: arial,helvetica,sans-serif;\">\u00a0\u00a0\u00a0\u00a0 Website creation primarily involves creating two types of files, HTML files which <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">contain the basic content of your website and CSS files which define the <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">layout and appearance of your website.\u00a0 In addition, your website may contain various media files such as images, video, or audio that are referenced by your HTML or CSS code. You can create these files by hand or you can use content management systems such as WordPress.<br \/>\n<\/span><\/span><\/p>\n<p><span style=\"font-size: 12pt;\"><span style=\"font-family: arial,helvetica,sans-serif;\">\u00a0\u00a0\u00a0\u00a0 Both HTML and CSS are ordinary text files that can be created with <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">any ordinary text editor although specialized WYSIWYG editors, like <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">Bluefish and DreamWeaver, make the job much easier. <\/span><\/span><\/p>\n<p><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">\u00a0\u00a0\u00a0\u00a0 Content management systems like WordPress use PHP, a server side scripting language, in conjunction with a MySQL database to create pages on the fly as they are requested.\u00a0 You edit these types of websites from within the site itself using a built-in editor.<br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12pt;\"><span style=\"font-family: arial,helvetica,sans-serif;\">\u00a0\u00a0\u00a0\u00a0 CSS files are optional. Without CSS, the web browser will pick default <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">methods of displaying your web page. CSS files allow you to specify <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">exactly how the web page should be displayed including things such as overall layout, font style, type, color, background colors and images, whether the background scrolls or is nailed in place, and many other things.\u00a0 In addition, with CSS you can use media queries, conditional code that allow you to display your web page differently depending upon the device viewing it.<\/span><\/span><\/p>\n<p><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\">\u00a0\u00a0\u00a0\u00a0 Interactive sites may include PHP, Perl, Ruby, Python, Haskell, and CGI script files that do server side processing and create dynamic pages. Please see the <strong>Web Space<\/strong> pull down menu for more details.<\/span><\/p>\n<p><span style=\"font-size: 12pt;\"><span style=\"font-family: arial,helvetica,sans-serif;\">\u00a0\u00a0\u00a0\u00a0 Every shell account as well as regular dial-up and DSL accounts <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">includes web hosting space under &#8220;eskimo.com&#8221;. The following <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">table lays out the relationship between file location and URL. Please <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">note that &#8220;~&#8221; represents your home directory and <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">&#8220;user&#8221; in the URL represents your login.<\/span><\/span><\/p>\n<p><span style=\"font-size: 12pt;\"><span style=\"font-family: arial,helvetica,sans-serif;\">\u00a0\u00a0\u00a0\u00a0 Please note that &#8220;<strong>www.eskimo.com<\/strong>&#8221; is intended to be family <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">friendly. Any material placed in your <strong>public_html<\/strong> directory <strong>must be <\/strong><\/span><span style=\"font-family: arial,helvetica,sans-serif;\"><strong>suitable for all ages<\/strong>. <strong>Adult oriented material<\/strong> should be placed in <\/span><span style=\"font-family: arial,helvetica,sans-serif;\"><strong>adult_html<\/strong> so that it shows up on &#8220;<strong>adult.eskimo.com<\/strong>&#8220;. These directories do not exist until you create them. Also, they should <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">be publicly readable and searchable for the web server to be able to <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">serve pages from them.<\/span><\/span><\/p>\n<p><span style=\"font-size: 12pt;\"><span style=\"font-family: arial,helvetica,sans-serif;\">\u00a0\u00a0\u00a0\u00a0 There are several ways you can do this. You can <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">login to shell and use the mkdir and chmod commands: mkdir public_html; chmod 755 public_html. If you create websites on your computer and then upload them with ftp, <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">the ftp client will also have a mkdir command or it&#8217;s equivalent.<\/span><\/span><\/p>\n<p><span style=\"font-size: 12pt;\"><span style=\"font-family: arial,helvetica,sans-serif;\">\u00a0\u00a0\u00a0\u00a0 Under <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">the windows command prompt, the ftp command has a mkdir command once you <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">are connected to our ftp server and logged in. Also, graphical ftp <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">clients like filezilla have a way to create a folder on the destination <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">machine.You can create your website on your computer and then upload (publish) <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">it with ftp, or you can create it online using tools provided here.<\/span><\/span><\/p>\n<p><span style=\"font-size: 12pt;\"><span style=\"font-family: arial,helvetica,sans-serif;\">\u00a0\u00a0\u00a0\u00a0 Your <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">index page must be named index.html, index.htm, or index.php. If your <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">page contains php code, it must be named index.php unless you make <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">arrangements to have other extensions parsed in an .htaccess file.<\/span><\/span><\/p>\n<p><span style=\"font-size: 12pt;\"><span style=\"font-family: arial,helvetica,sans-serif;\">\u00a0\u00a0\u00a0\u00a0 Normal file modes for .html files are 0644, but for php files 0755, and <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">if you have server side includes, chmod to 0754 to cause PHP to parse <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">them for the Apache web server to include directives.<\/span><\/span><\/p>\n<p><span style=\"font-family: arial,helvetica,sans-serif;\">\u00a0\u00a0\u00a0\u00a0 The terms &#8220;directory&#8221; and &#8220;folder&#8221; are <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">interchangeable. Windows tends to use the term &#8220;folder&#8221;, while <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">Unix-like operating systems such as Linux use the term <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">&#8220;directory&#8221;, although recently there has been a trend to <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">Windowize Linux and some more recent graphical programs will refer to <\/span><span style=\"font-family: arial,helvetica,sans-serif;\">directories as folders.\u00a0 The term directory is more accurate in that files listed in a directory are just pointers to the actual file location, the files aren&#8217;t actually contained within the directory physically like files in a folder.<\/span><span style=\"font-family: arial,helvetica,sans-serif; font-size: 12pt;\"><br \/>\n<\/span><\/p>\n<table style=\"border: 0 !important; margin-left: 50px;\">\n<tbody>\n<tr>\n<th><span style=\"font-size: 12pt;\">Type<\/span><\/th>\n<th><span style=\"font-size: 12pt;\">Location<\/span><\/th>\n<th><span style=\"font-size: 12pt;\">URL<\/span><\/th>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 12pt;\">Family<\/span><\/td>\n<td><span style=\"font-size: 12pt;\">~\/public_html\/index.html<\/span><\/td>\n<td><span style=\"font-size: 12pt;\">http:\/\/www.eskimo.com\/~user<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 12pt;\">Family<\/span><\/td>\n<td><span style=\"font-size: 12pt;\">~\/public_html\/abc.html<\/span><\/td>\n<td><span style=\"font-size: 12pt;\">http:\/\/www.eskimo.com\/~user\/abc<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 12pt;\">Adult<\/span><\/td>\n<td><span style=\"font-size: 12pt;\">~\/adult_html\/index.html<\/span><\/td>\n<td><span style=\"font-size: 12pt;\">http:\/\/adult.eskimo.com\/~user<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-size: 12pt;\">Adult<\/span><\/td>\n<td><span style=\"font-size: 12pt;\">~\/adult_html\/abc.html<\/span><\/td>\n<td><span style=\"font-size: 12pt;\">http:\/\/adult.eskimo.com\/~user\/abc<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n","protected":false},"excerpt":{"rendered":"<p>Web Space \u00a0\u00a0\u00a0\u00a0 This page and the entire Web Space pull down menu contains information about creating and maintaining your own website here on Eskimo North. The ability to host a website under our domain is included with every shell &hellip; <a href=\"https:\/\/www.eskimo.com\/support\/web-space\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"showcase.php","meta":{"footnotes":""},"class_list":["post-377","page","type-page","status-publish","hentry","wpautop"],"_links":{"self":[{"href":"https:\/\/www.eskimo.com\/support\/wp-json\/wp\/v2\/pages\/377","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.eskimo.com\/support\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.eskimo.com\/support\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.eskimo.com\/support\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.eskimo.com\/support\/wp-json\/wp\/v2\/comments?post=377"}],"version-history":[{"count":0,"href":"https:\/\/www.eskimo.com\/support\/wp-json\/wp\/v2\/pages\/377\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.eskimo.com\/support\/wp-json\/wp\/v2\/media?parent=377"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}