Search found 2 matches
- 19 Oct 2016, 12:02
- Forum: Laravel package
- Topic: relative path issue with Aimeos
- Replies: 2
- Views: 3152
Re: relative path issue with Aimeos
What I have temporarily done is to hack the URLGenerator,php in laravel framework to force toRoute() to spit out absolute path only, not the best thing but temporarily fixed the issue. Problem is any future update will invalidate this hack.
- 19 Oct 2016, 07:29
- Forum: Laravel package
- Topic: relative path issue with Aimeos
- Replies: 2
- Views: 3152
relative path issue with Aimeos
Hi, I have been through the old thread but it seems the relative path issue is still there. My issue is my domain points to a subfolder, hence to access my Laravel app, it needs to go to http://domain.com/myapp/public. Hence when I go to http://domain.com/myapp/public/list, it works, but all the rel...