|
Issue: I installed using the wizard with no problem, but can only see the demo page and not login as a customer or an admin. When I click on those kind of links, I see that it points to folders that do not exist in my magento folder on my server. Errors and Page URLs provided below.
Hosting Comany: Hostmonster.com
PHP Version: 5.2.5
Apache Version: 2.2.8 (Unix)
Magento Version: 1.0
I downloaded the lastest version available from the website in TAR form.
I followed the installation guide from the knowledge base line by line and did the following:
- Decompressed the TAR file
- Using Filezilla, transferred all the files, (the entire Magento folder to my public_html folder in my root directory.
- Created the MySQL database as noted in the doc.
- I ensured that all the files/directories in the doc were changed to 777 using my filezilla.
- I did the install wizard as noted by going through http://mydomain.com/magento/
I did not feel totally comfortable with the question that defaulted to localhost. I do not know if i was suppose to change that.
Well I completed the installation and it took me to the front end and was able to see a demo page on mydomain.com/magento.
Now I cannot see the customer or admin pages and concerned that I have messed things up…
I see that when I click on link, the URL path does not exist in the magento folder, but i see that the database that I created now has tons of tables which is what I expected.
I get....
404 Not Found: Not Found
The requested URL /magento/checkout/onepage/ was not found on this server.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.8g DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at http://www.mydomain.com Port 44
And the URL is:
https://www.mydomain.com/magento/checkout/onepage/
|