Announcement

Collapse
No announcement yet.

A few question...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • A few question...

    Excuse me..But I'm completely new to this in reselling...But I'm willing to learn from all of you who know that better then me,and able to teach me that

    1- I'am at 80% of reseller to-do.
    2- The only thing that I have to do is...Get a DNS Cluster for your store and Get a web hosting service.
    3- I already have a .info on namecheap.com (http://centserver.info)
    4- I have setup the dns server on it with the one you gave me...dns1.supremecenter.com...dns2..dns3 and dns4.
    5- I have a Wordpress site set on Digital Ocean...With the plug-in you provide. And it's all setup.(http://mgrhost.tk)
    6- I can see the main page with the theme I have downloaded and installed from you.
    7- But if I click a link on the page..I get..404 Not Found...The only link that work is Play Video.
    8- And on API Setting in Reseller Panel...When I click the submit button I get "System Error, please contact the suport for assistance"

    HELP!!

    Thank You in Advance!!!

  • #2
    The step named "Get a DNS Cluster for your store" refers to a Private DNS cluster ordered through your Resellerspanel account.
    However, a DNS cluster can only be ordered for a domain that is registered with us.

    As for the wordpress website at mgrhost.tk.
    Most likely the default Wordpress rules are missing from the domain's htaccess file.
    You can check it and make sure that it has the following rules at the bottom of the htaccess file:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    And finally, the api has already been activated for domain http://centserver.info, which is why you were receiving an error message when trying to activate it again.

    Best Regards,
    Ian Frost

    Comment

    Working...
    X