Hi all
I'm slowly losing the will trying to get a L5 application to run on my XAMPP server.
Just to give you an overview of my setup...
We have Windows Server 2008 which is running XAMPP v3.2.1. This is only accessible via our internal network.
I've just ported an app from L4 to L5 and am now getting ready to deploy.
Although I don't like the 'public' suffix to my url I have been unable to get rid of it using the set up I have to use so I've learned to live with it.
Everything seemed fine but I noticed when clicking through a paginated list of users to go to the second page however at the point it chopped the base url from the url it was trying to access and I have no idea why. It was trying to go to
10.2.70.18/myapp/public/users?page=2
And somehow it gets redirected to...
10.2.70.18/users?page=2
I'm just using the render method on the pagination object. It formats the html correctly but when clicking the link something is happening to cause it to do this.
Can anyone tell me what on earth is causing it to do that or any ideas what to try?
Thanks