Page 1 of 1

Install AImeos on localhost

Posted: 31 Dec 2018, 10:21
by Telemoes
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.

Re: Install AImeos on localhost

Posted: 01 Jan 2019, 11:10
by aimeos
The "public" directory has to be the document root of your web site.

Re: Install AImeos on localhost

Posted: 04 Jan 2019, 11:15
by Telemoes
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>

Re: Install AImeos on localhost

Posted: 05 Jan 2019, 09:53
by Telemoes
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.