Home
 

Customer Support

Search for keywords:

Browse by category:

How do I install Magento at Modwest?

To install Magento in Modwest's Debian 5 environment, please follow these guidelines:
  1. Don't use downloader, use the regular installer instead.
  2. untargz the download
  3. Copy Modwest's stock php.ini into /conf:

    user@shell0:/$ mv /conf/php.ini /conf/php.ini.old

    user@shell0:/$ cp /etc/php5/cgi/php.ini /conf


  4. Within /conf/php.ini make the following modifications:

    cgi.fix_pathinfo=0
    enable pdo_mysql.so (You will need to add this extension if it's not there.)
    enable pdo.so (You will need to add extension if it's not there.)
    enable mcrypt.so
    enable curl.so
    enable gd.so
    enable mcrypt
    comment out zend Framework includes:
    ;include_path = ".:/usr/share/php:/usr/local/Zend/ZendFramework/library:/usr/local/Zend/ZendFramework/extras/library"

    and add:
    include_path = ".:/usr/share/php"


  5. Select to use Apache redirects in the last step of installation, then modify Magento's .htaccess like this:

    #RewriteRule .* index.php [L]
    RewriteRule ^(.*)$ /index.php/$1 [L]

This should get you a working install of Magento's shopping cart at Modwest.

User-Contributed Notes

add a note
eric -at- 1trickpony.com
13-Nov-2009 14:00
changing the RewriteRule actually made magento not work for me. 

Remember also, if  magento is running in a sub folder open up the
htaccess file in the magento install directory and find "RewriteBase"
and replace it with something like "RewriteBase /magento/" or wherever
your directory name is.

add a note

Related Questions:


How do I promote my website and get listed by search engines?

What is an SSL Certificate?

Can you generate a CSR (Certificate Signing Request) so I can get a secure certificate for my website?

How do I use the shared SSL certificate?

Why does my ecommerce website need SSL?

Can I use an SSL certificate that I already bought elsewhere?

What is the difference between using Modwest's secure certificate and getting my own?

Can I use the same SSL cert for www1.domain.com and www2.domain.com?

How can I start selling products or services through my website?

What are my turn-key ecommerce and credit card processing options?

Where can I get an e-store for my website?

How do I renew a THAWTE SSL certificate?

How do I backup my Miva store before upgrading?

How can I optimize my X-cart store?

Can my E-Commerce Plan shopping cart receive credit card payments securely?

Must I have an E-Commerce hosting plan in order to sell products or services on my website?

I want to upgrade my Miva Merchant store software.

I need my Miva License number to signup for Miva phone support.

I'm having trouble with Miva.

In Miva Merchant, I get the error, "Missing Required Shipping Information" or similar.

What if I live outside the U.S. and want to use an E-Commerce website to accept credit card payments.

Can I display a "Secured by RapidSSL" seal on my site?

My LiteCommerce store is not sending mail.

Browse Categories:

Getting Started, FTP, Telnet/SSH, Moving Domains, E-mail, Traffic Reports, Mailing Lists, Apache, PHP, CGI, Other Server-Side Scripting, MySQL Database, Imaging Libraries, Other Software, Billing & Terms, Control Panel, E-commerce, Pre-Sales


Modwest PHP Hosting      Copyright 2000-2009 by Modwest, Inc.      About    |    Blog    |    Community    |    Design    |    Jobs    |    Contact