Install AImeos on localhost

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Telemoes
Posts: 4
Joined: 31 Dec 2018, 10:11

Install AImeos on localhost

Post by Telemoes » 31 Dec 2018, 10:21

Hello,

I have installt aimeos on my localhost but there is a problem with te urls.
My root url is http://localhost/myshop/public/index.php/list then i see the index with images so far so good.
But when a click on a image i get this http://localhost/detail/1/Demo_article/0

the missing part is myshop/public

how can i fix this problem so i can test aimeos on my localhost.

User avatar
aimeos
Administrator
Posts: 7835
Joined: 01 Jan 1970, 00:00

Re: Install AImeos on localhost

Post by aimeos » 01 Jan 2019, 11:10

The "public" directory has to be the document root of your web site.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Telemoes
Posts: 4
Joined: 31 Dec 2018, 10:11

Re: Install AImeos on localhost

Post by Telemoes » 04 Jan 2019, 11:15

Hello thanks for your help but i doing something wrong.

This is the code in my vhost in the apache config

Code: Select all

<VirtualHost *:80>
  DocumentRoot "D:/xampp/htdocs/myshop/public"
  ServerAdmin me@myself.com
  <Directory "D:/xampp/htdocs/myshop">
        Options Indexes FollowSymLinks
        AllowOverride All
        Require all granted
  </Directory>
</VirtualHost>

Telemoes
Posts: 4
Joined: 31 Dec 2018, 10:11

Re: Install AImeos on localhost

Post by Telemoes » 05 Jan 2019, 09:53

I figure it out it's working now.
I forget to change the windows host file :?

i gona test now if this packages is the right packages for me.

Post Reply