cancel
Showing results for 
Search instead for 
Did you mean: 

Frontend error

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

9 REPLIES 9

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.

 


Freelance Web Developer - Graphic Designer - SEO Analyst
Conor Rhys Tomkins

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

-------Store Manager for Magento 1.x and 2.x - enhances the functionality of default admin web interface, speeds up inventory management, automates daily tasks.

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)

 

-- Best regards --
Kent Christiansen | Magento Certified Solution Specialist

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.

 

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 

 

 

-- Best regards --
Kent Christiansen | Magento Certified Solution Specialist

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

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.

-------Store Manager for Magento 1.x and 2.x - enhances the functionality of default admin web interface, speeds up inventory management, automates daily tasks.

Re: Frontend error

@eMagicOne no, it doesn't work. I still need to add in index.php

 

Re: Frontend error

@swenlee Did you do a full index refresh and empty of cache after the edit of the htaccess file ?

 

-- Best regards --
Kent Christiansen | Magento Certified Solution Specialist