Search found 4 matches

by Battamich
17 May 2019, 15:17
Forum: Help
Topic: Incorrect URL path with multiple apache alias
Replies: 8
Views: 5036

Re: Incorrect URL path with multiple apache alias

I'm not sure I understood your request completely.. What I want: http://{myurl}/aimeos/detail/15/Demo_article/0 What I get: http://{myurl}/detail/15/Demo_article/0 Trying to achieve that I also add inside /public/.htaccess the following: RewriteBase /aimeos As I did with the other ecommerce but it c...
by Battamich
06 May 2019, 09:40
Forum: Help
Topic: Incorrect URL path with multiple apache alias
Replies: 8
Views: 5036

Re: Incorrect URL path with multiple apache alias

What do you mean by other Laravel packages? Do you mean other Laravel projects? If so, routing is working fine with the other projects.
by Battamich
06 May 2019, 07:36
Forum: Help
Topic: Incorrect URL path with multiple apache alias
Replies: 8
Views: 5036

Re: Incorrect URL path with multiple apache alias

I cleared artisan cache using: php artisan cache:clear php artisan route:cache php artisan config:cache php artisan view:clear The url {server_url}/aimeos/login works. Even when I type {server_url}/aimeos/detail/15/Demo_article/0 , I get the product page but I don't get redirected properly when I cl...
by Battamich
03 May 2019, 11:24
Forum: Help
Topic: Incorrect URL path with multiple apache alias
Replies: 8
Views: 5036

Incorrect URL path with multiple apache alias

Hi everyone, I recently tried to install the aimeos demo inside my server running apache2. Inside this server I have multiple laravel installations and I tried to configure them like this inside my httpd.conf : <VirtualHost *:80> ServerName {server_name} DocumentRoot /var/www/XXX/public Alias /XXY /...