• Skip to content
  • Skip to primary sidebar
  • Skip to footer

Foliovision

Main navigation

  • Weblog
    • FV Player
    • WordPress
    • Video of the Week
    • Case Studies
    • Business
  • About
    • Testimonials
    • Meet the Team
    • We Support
    • Careers
    • Contact
    • Pricing
  • Products
  • Support
    • FV Player Docs
    • Pro Support
  • Login
  • Basket is empty
Affordable VAST/VPAID for Wordpress has arrived. Serve ads with your videos starting today!

How to install WordPress on H-Sphere – Cartika hosting

16 July 2009 / Martin / 5 Comments

We no longer recommend Cartika Hosting and would actively discourage people from using H-Sphere as their web hosting control panel. H-Sphere makes migrations difficult and expensive, even within H-Sphere.

Installing WordPress to Cartika hosting is no different than installing it on any other web host. The focus of this article is in showing the specific sequence of steps which needs to be done in order to quickly and properly install WordPress in Cartika’s Control panel.

  1. First login into your Control Panel. Use the login information you received when you account was created.

  2. Create a database for your WordPress installation. Click the MySQL Server icon in your Control Panel home screen. Scroll down a little to see it, it’s in Databases section.

    installing wp008
    How to access MySQL Server settings
  3. Write down or copy the MySQL Server Host Name. You will need it to configure your WordPress installation.
     

    installing wp009
    MySQL Server information
  4. Click Add database at the bottom of the MySQL Databases list.
     

    installing wp010
    Add new database
  5. Then enter the name of the database and write it down.
     

    installing wp011
    New database properties
  6. On the next screen enter the database User name, Password and set User role to dba. You can use some password generator to make a secure password. Write all of this down.
     

    installing wp012
    Add MySQL user to database

    Now your database is ready to be used by WordPress.

  7. Next steps are about putting WordPress on your site and configuring it.

    Get the latest WordPress here and unpack in your computer.

  8. Use the FTP login information you received when you account was created to login to your FTP and see a list of domains you have. Copy the unpacked WordPress installation into the desired site directory. In our screenshot it’s the test.*****.com directory representing the domain of same name. We like to use FileZilla as an FTP client.
     

    installing wp005
    Copy your WordPress installation to your site’s FTP folder
  9. After it’s uploaded, you can rename it to for example wp, so it’s not so obvious where all of your WordPress files are located.
     

    installing wp006
    Renaming the folder

    That’s why we are putting it into subdirectory too. We like our WordPress in /wp and our images in /images, so the site’s root directory is clear.

  10. You need to create index.php with following content and copy it into your site root directory in order to have the WordPress installed is the subdirectory and accessible just with the domain name.

    <?php
    define(‘WP_USE_THEMES’, true);
    require(‘./wp/wp-blog-header.php’);
    ?>

     

    installing wp007
    Copy index.php to your site root folder
  11. Now you can open the site via http://yourdomainname.com/wordpress-subdirectory to start the installation. It’s http://test.******.com/wp in our case.
     

    installing wp013
    WordPress Installation

    Prepare your paper with database host, database name, database user name and database user password. You will need it as you go through the installation.

     

  12. Enter your database information, press Submit and copy or write down your admin user account information. You will change it anyway, but you need it to get into your freshly installed WordPress.
    installing wp016
    installing wp016
  13. That’s it, your WordPress is running. Now go to

    http://yourdomainname.com/wordpress-subdirectory/wp-admin

    to login into your WordPress administration interface.

  14. Click Settings -> General in left-hand menu to change the WordPress URL.

    installing wp018
    WordPress administration menu
  15. Set Blog address (URL) to your domain name. That means you remove the /wp from there. This way, your site will be accessible via your domain name, the permalink structure is using your domain name as the base address, yet all the files are stored in some subfolder.
     

    installing wp019
    WordPress General Settings
  16. Click Miscellanious to adjust where your images are stored.

    Store uploads in this folder:

    ../images

    Full URL path to files:

    /images

    Make sure this directory exists in your site root folder.

    installing wp021
    WordPress Miscellaneous Settings

    Note that this step applies only if you are not planing to use our advanced post editor Foliopress WYSIWYG.

  17. That’s it, WordPress Installation is done.

Your WordPress login URL: 

http://yourdomainname.com/wordpress-subdirectory/wp-admin

(you can create a redirection to this URL from something more simple like /admin with Redirection plugin)

WordPress URL:

http://yourdomainname.com/

Images will be stored in:

http://yourdomainname.com/images

(instead of ugly default http://yourdomainname.com/wp-content/uploads)

Further reading:

Foliopress WYSIWYG installation

Installing WordPress on wordpress.org

Martin Vicenik

Martin Viceník

Martin graduated as an engineer in Computer Science from Slovak Technical University in Bratislava. He grew up in Liptovský Mikuláš in northern Slovakia next to the beautiful Tatra mountains. He is the developer behind our FV Player.

Categories: WordPress Tags: h-sphere, hosting, WordPress

Related Posts

  1. Redesign the WordPress Login via a Plugin

    Redesign the WordPress Login via a Plugin

  2. How to update your WordPress plugins from a local copy on Mac

    How to update your WordPress plugins from a local copy on Mac

  3. WordPress Upgrade Plugin Install Failed, Plugin Upgrade Failed Notice: Foliopress WYSIWYG

    WordPress Upgrade Plugin Install Failed, Plugin Upgrade Failed Notice: Foliopress WYSIWYG

Reader Interactions

Comments

  1. Leonardo 26 July 2009 at 7:46 pm

    Hello Martin:

    Everything sounds really clear. I’m going to give it a try this week to create some new domains through H-Sphere.

    Thanks you for your entry.

    Leonardo

    Reply
  2. June 6 February 2010 at 1:51 pm

    Martin,

    Thank you. If you have any more tips let me know. My host admin is telling me I need to pay him to help with this. I am hoping with your directions I am able to do it on my own without any trouble.

    Thank you! June

    Reply
  3. Andrei 6 April 2010 at 6:34 am

    ”How to upload a wordpress site from a localhost to a remote host using a h-sphere panel” hi. i have recently developed a site using wordpress on my localhost server. now i would like to trasfer it to a remote host. this hosting company uses H-spere panel. i also got a domain. the problem is it wont work….i have created a domain and a data base in the cpanel, i have uploaded the files using a ftp client and i`ve also configured the ”wp-config.php” acording to its database and user but it wont work. when i am trying to access the site (www.mydomain.net) i receive this message ”Error 404: File Not Found” and sometimes a page appears with a requested user and password that links me to my host cpanel. how can i make it work so when i access the site the normal wordpress pages that i have created to appar? hope you can help me and thank you for your time.

    Reply
  4. Martin 7 April 2010 at 1:56 am

    Hello Andrei,

    the page which is appearing could be the default index.html file. Just rename it to index.html_ and see what happens.

    Another check would be to upload a test file called test.txt with some text in it. Then open it via mydomain.net/test.txt and see what shows up. That allows you to check if your DNS settings are correct and you are uploading your Wordpress into the right folder.

    Thanks, M.

    Reply
  5. Andrei 8 April 2010 at 2:50 am

    Hi martin. I did those changes that you told me. The dns settings where good because the test page showed just like it should. I also changed the index.html file and the page displayed just what i wrote there.

    After i removed the index.html and the login.html some files appeared over the night (_vti_log, _vti_cnf, private, fp, and _vti_prv) and the site started working just fine.

    Thanks a lot for you help!!!

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

You can click here to Subscribe without commenting

Primary Sidebar

Categories

  • Business
  • Camera Reviews
  • Case Studies
  • Design
  • FV Player
  • Internet Marketing
  • IT
  • Life
  • SEO
  • Slovak
  • Video of the Week
  • WordPress

Footer

Our Plugins

  • FV WordPress Flowplayer
  • FV Thoughtful Comments
  • FV Simpler SEO
  • FV Antispam
  • FV Gravatar Cache
  • FV Testimonials

Free Tools

  • Pandoc Online
  • Article spinner
  • WordPress Password Finder
  • Delete LinkedIn Account
  • Responsive Design Calculator
Foliovision logo
All materials © 2025 Foliovision s.r.o. | Panská 12 - 81101 Bratislava - Slovakia | info@foliovision.com
  • This Site Uses Cookies
  • Privacy Policy
  • Terms of Service
  • Site Map
  • Contact
  • Tel. ‭+421 2/5292 0086‬

We are using cookies to give you the best experience on our website.

You can find out more about which cookies we are using or switch them off in .

Powered by  GDPR Cookie Compliance
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

Necessary Cookies

Strictly Necessary Cookie allow you to log in and download your software or post to forums.

We use the WordPress login cookie and the session cookie.

If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.

Support Cookies

Foliovision.com uses self-hosted Rocket.chat and self-hosted Freescout support desk to provide support for FV Player users. These cookies allow our visitors to chat with us and/or submit support tickets.

We are delighted to recommend self-hosted Rocket.chat and especially Freescout to other privacy-conscious independent publishers who would prefer to self-host support.

Please enable Strictly Necessary Cookies first so that we can save your preferences!

3rd Party Cookies

This website uses Google Analytics and Statcounter to collect anonymous information such as the number of visitors to the site, and the most popular pages.

Keeping this cookie enabled helps us to improve our website.

We reluctantly use Google Analytics as it helps us to test FV Player against popular Google Analytics features. Feel free to turn off these cookies if they make you feel uncomfortable.

Statcounter is an independent Irish stats service which we have been using since the beginning of recorded time, sixteen years ago.

Please enable Strictly Necessary Cookies first so that we can save your preferences!