View Full Version : New to Magento Commerce? Get started with our Setup Guide...
community-manager
2008-06-30, 01:36 PM
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 (http://blog.myhosting.com/2008/06/myhostingcom-installation-guide-for-magento-commerce//). You may also visit Magento Commerce web site (http://www.magentocommerce.com) for more information.
bobbybrown
2008-07-04, 11:14 AM
The setup guide helped me through setup without any issues, thank you so much!
community-manager
2008-07-04, 11:22 AM
No problem, I am glad...
GrabHappy
2008-12-16, 02:42 PM
thanks a lot for the guide. Although I managed quite well, it provided some need-to-know information about future setups.
idanfridman
2008-12-19, 05:10 PM
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?
tahoemnts
2009-07-22, 02:16 AM
Thanks again for the guide. I look forward to learning from it.
http://www.thepictureshare.com/img/j/B.jpg