- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Frontend error
Hi after installing magento 1.9 CE and sample data, I can view http://127.0.0.1/magento but I cannot view e.g. http://127.0.0.1/magento08/tori-tank-587.html
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Frontend error
Hello,
Can you be a little more specific about the error?
Since it is hosted on your local host no one is able to view the links.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Frontend error
Are you sure that you didn't misspell "magento08"? Try without 08: http://127.0.0.1/magento/tori-tank-587.html
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Frontend error
Hi,
Have you tried to insert a index.php in your url. Magento default comes with this when first installed.
So http://127.0.0.1/magento becomes http://127.0.0.1/magento/index.php/xxxxx (replace xxx with any url string you desire to visit in your shop.
Let us know, if it helps :0)
Kent Christiansen | Magento Certified Solution Specialist
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Frontend error
Hi,
Sorry I was not on my desk.
Ok, when i type http://127.0.0.1/magento08, I can see the frontend homepage
Then, i go to WOMEN > View All Woman
I get error page. Please advise.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Frontend error
hi @swenlee
I can't see your attached images ?
Have you tried to insert http://127.0.0.1/magento08/index.php/women
Kent Christiansen | Magento Certified Solution Specialist
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Frontend error
Hi Sir,
Yes, http://127.0.0.1/magento08/index.php/women works. It will be troublesome to paste index.php in the url for every page i visit. Is there any easier method?
Regards,
Swen
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Frontend error
Try this:
1. Go into your store root folder
2. Open file called .htaccess
3. Find these lines:
############################################
## you can put here your magento root folder
## path relative to web root
#RewriteBase /magento/
4. Uncomment this line (remove # symbol) and specify the name of your store root folder name:
RewriteBase /magento08/
5. Save the file
6. Now try to open http://127.0.0.1/magento08/women
Let us know whether this helped.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Frontend error
@eMagicOne no, it doesn't work. I still need to add in index.php
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Frontend error
@swenlee Did you do a full index refresh and empty of cache after the edit of the htaccess file ?
Kent Christiansen | Magento Certified Solution Specialist