Newbie to Zen Cart - Linux questions
Running Latest Zen-Cart on RHEL5 with latest MySQL etc....
Everything installed just fine and I can get to Admin and Shopping cart on the Linux box itself. However, when trying to access the same using a different computer on the LAN, I get either a blank page or cannot be found.
Installed to /var/www/html/Zen and all files and folders are under Zen. I tried to copy the index.php over to /var/www/html but no dice. Renamed the index.php to index.html and got the actual text within the index.html/php file.
If I leave the /var/www/html folder empty, I do get the Apache welcome screen.
What might I be missing?
Thx
Re: Newbie to Zen Cart - Linux questions
Was rhis installed to a domain name?
What manager do you have for virtual host additions
Re: Newbie to Zen Cart - Linux questions
Quote:
Originally Posted by
kobra
Was rhis installed to a domain name?
What manager do you have for virtual host additions
I did not install this to a domain name as I was just trying this out to see if I COULD install without any major glitches before I go live. :)
As far as I know, I haven't installed any manager for virtual host additions. I guess that makes perfect sense...
What is a good virtual host manager to use on RHEL5?
DUH!!!!
Ok, it has been many years since I worked with the Apache virtual host conf... I can't remember (Senior Moment) how to get to the html config page in order to configure the virtual hosts..
Re: Newbie to Zen Cart - Linux questions
Quote:
I did not install this to a domain name as I was just trying this out to see if I COULD install without any major glitches before I go live. :)
check the /includes/configure.php file for where this was setup/installed
Code:
// HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
// HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
define('HTTP_SERVER', 'http://www.???????????.com');
define('HTTPS_SERVER', 'https://www.???????????.com');
Quote:
been many years since I worked with the Apache virtual host conf.
shell in as root and I believe this is at /etc
Re: Newbie to Zen Cart - Linux questions
Isn't there a gui that is included with Apache?
Page layout different on remote computer
Not sure where I need to be with regards to this post but, When I open either the admin or the customer pages on the server itself, everything looks great. When I go to the virtual site from a remote computer, all I see is a basic text layout on any browser.
Latest version of Zen Cart, RHEL5, Latest MySQL. Set the security like the instructions stated.
This is probably something stupid but I'm asking anyway..
Thanks in advance..
Z
Re: Page layout different on remote computer
Re: Page layout different on remote computer
Right now, I have this on a local LAN. I am able to call the site up an any browser and on any machine. However, I am not getting the pretty graphics. I am only getting the pretty graphics on the server.
My virtual host is testsite.shamrockcom.cc and internal DNS is properly resolving on the LAN. Once I have this issue resolved, I'll make it public..
Hope I answered your question.
Re: Page layout different on remote computer
It is almost like the permissions are off somehow. I've gone through and set everything for 777 and 644 as directed but no dice.
apache 2.x css/images don't load
Apache Virtual host resolves internally to catalog.domain.com. RHEL5 Zen Cart Host displays all pages correctly. Other client computers using any other browser display only text and links. No pictures or anything else.
When I click on any link on the main page through the client system on the LAN, I get the error:
HTTP Status 404 - /Zen/index.php
type Status report
message /Zen/index.php
description The requested resource (/Zen/index.php) is not available.
I have tried to edit the httpd.conf using the AllowOverride Limit without any luck and I have gone through and set the permissions as directed. It seems to me that there is somewhere a perm issue but I am not sure where else to look.
Any ideas would be a great help.
Thanks:(