Search found 3 matches
- 08 Mar 2020, 10:23
- Forum: Help
- Topic: Hosting aimeos on live server
- Replies: 5
- Views: 3734
Re: Hosting aimeos on live server
I have not changed any default configurations or path after installation of aimeos. I have just made the public directory as root. I got the following error messages:
- 07 Mar 2020, 07:37
- Forum: Help
- Topic: Hosting aimeos on live server
- Replies: 5
- Views: 3734
Re: Hosting aimeos on live server
The public folder is already the document root. When I enter https://mydomain.tld/ it redirects to https://yourdomain.tld/shop but no images and CSS are available for the site. When I inspect the image, I got this: <img class="lazy-image" src="data:image/gif;base64,R0lGODlhAQABAIAAAP/...
- 05 Mar 2020, 02:47
- Forum: Help
- Topic: Hosting aimeos on live server
- Replies: 5
- Views: 3734
Hosting aimeos on live server
I am new to aimeos and just installed it.When I run the application using php artisan serve in local server, everything works perfectly. But when I hosted it online or tried to open it using XAAMP server from htdocs folder, the CSS and images are not loaded. Capture.PNG I have kept the public folder...