Top VPS Hosting Provider

Welcome to the myhosting.com Forums.
+ Reply to Thread
Results 1 to 6 of 6
  1. #1
    community-manager is offline Silver Member
    Join Date
    May 2008
    Posts
    40

    Default New to Magento Commerce? Get started with our Setup Guide...

    You are interested in e-Commerce but don't know where to start? Then Magento is a great solution for you. You may visit our Magento Setup Guide in our blog. Simply click here. You may also visit Magento Commerce web site for more information.
    Timur Catakli
    myhosting.com - Community Manager
    ---------------------------------------------------------
    cm@myhosting.com
    http://www.myhosting.com
    ---------------------------------------------------------
    Your trusted web hosting company since 1997

  2. #2
    bobbybrown is offline Junior Member
    Join Date
    May 2008
    Posts
    8

    Default Re: New to Magento Commerce? Get started with our Setup Guide...

    The setup guide helped me through setup without any issues, thank you so much!

  3. #3
    community-manager is offline Silver Member
    Join Date
    May 2008
    Posts
    40

    Default Re: New to Magento Commerce? Get started with our Setup Guide...

    No problem, I am glad...
    Timur Catakli
    myhosting.com - Community Manager
    ---------------------------------------------------------
    cm@myhosting.com
    http://www.myhosting.com
    ---------------------------------------------------------
    Your trusted web hosting company since 1997

  4. #4
    GrabHappy Guest

    Default Re: New to Magento Commerce? Get started with our Setup Guide...

    thanks a lot for the guide. Although I managed quite well, it provided some need-to-know information about future setups.

  5. #5
    idanfridman is offline Junior Member
    Join Date
    Dec 2008
    Posts
    1

    Default Re: New to Magento Commerce? Get started with our Setup Guide...

    hello,


    i have cube cart installed and would like to switch to magento.

    hired a programmer that found out some issues with the file htacess which i found out later that is a well know issue with magento new versions.

    our mail to support was: We constantly having "Internal Server Error". We found that it works after we deleted several configurations blocks from .htacccess file such as mod_rewrite and mod_ssl settings. Magento can't run with out this settings. Please check server config. It doesn't allow us to set standard settings through .htaccess.

    answer:

    mod_rewrite is loaded in our apache server. So that should not be an issue using it in magento.

    As for secure URL SSL, we do not currently support private SSL key on linux.

    If you want to use that you will have to enable the vanity SSL on your linux domain. You can enable it from the support control panel http://support.myhosting.com > Linux Sub Site > Site Settings > Vanity SSL.

    we reply:


    Hi, our question wasn't "Is mod_rewrite" installed or not. We can check it easily with phpinfo command. Question was why on simple settings in .htaccess server response with error?

    Here is our htaccess instruction that we have. We removed all other instruction to show you that server is not configured in right way. It worked on all servers we used before. So it most likely server problem.


    <IfModule mod_rewrite.c>
    ############################################
    ## enable rewrites

    Options +FollowSymLinks
    RewriteEngine on

    ############################################
    ## you can put here your magento root folder
    ## path relative to web root
    #RewriteBase /magento/

    ############################################
    ## workaround for HTTP authorization
    ## in CGI environment
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

    ############################################
    ## always send 404 on missing files in these folders
    RewriteCond %{REQUEST_URI} !^/(media|skin|js)/

    ############################################
    ## never rewrite for existing files, directories and links
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-l

    ############################################
    ## rewrite everything else to index.php
    RewriteRule .* index.php [L]
    </IfModule>

    got an answer:

    I have submitted the code to our linux admins to determine the cause of the error.


    i never try to use the installer as was afraid to damage the database of cube cart.


    any advice?

  6. #6
    tahoemnts is offline Gold Member
    Join Date
    Jul 2009
    Posts
    71

    Default

    Thanks again for the guide. I look forward to learning from it.
    Last edited by tahoemnts; 2009-08-10 at 01:04 PM.


 

Similar Threads

  1. 1-Click install for Magento Commerce is now available.
    By community-manager in forum News, Announcements, and Notices
    Replies: 14
    Last Post: 2010-04-20, 04:10 PM
  2. Magento setup with Vanity SSL
    By ceiboss in forum How-To
    Replies: 5
    Last Post: 2008-11-04, 02:18 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts