Heimdall: Windows / WAMP - Bad URL - For use incorrect installation

Hi all

I’m probably missing something / doing something wrong.

I’ve installed Heimdall by download the ZIP into a folder on my Windows hard disk, then fired a composer update for getting dependencies and newer versions of everything.

php artisan serve is working and the site is up and running. So, until now, everything is great.

Now, the problem:

I’ve created an alias on my WAMP like I always does. I can access to Heimdall by going to http://127.0.0.1:8080/homepage and it works except for CSS / JS. As you can see below, files are searched under http://127.0.0.1:8080/ (localhost root) and not http://127.0.0.1:8080/homepage (the website root URL).

2018-10-11_00h17_04

I’ve tried APP_URL=http://127.0.0.1:8080/homepage/ in the .env file but no, not working. Also tried RewriteBase /homepage in /public/.htaccess but here too, not working.

Can you guide me please?

Thanks!

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 15 (10 by maintainers)

Most upvoted comments

should be fixed in 2.2.1

Ok, try replacing /public/css/app.css and /resources/views/item.blade.php with ones from master and let me know how you get on.

Replace your current /resources/views/app.blade.php with the one on master and see if that helps