I seem to be the perfect testing ground for file location related problems because
I am running locally
I am accessing my folder using an Apache alias
I am not running on the standard port.
Part 2 seems to be fixed by pathfinder but part 3 is causing issues. When the file paths are being created the class is trimming out the port # I am using and therefore none of the linked files are showing up. I am getting to the welcome screen at http://localhost:8080/col/. In the header my css is linked as http://localhost/col/Code/css/global.css it needs to be http://localhost:8080/col/Code/css/global.css
I seem to be the perfect testing ground for file location related problems because
Part 2 seems to be fixed by pathfinder but part 3 is causing issues. When the file paths are being created the class is trimming out the port # I am using and therefore none of the linked files are showing up. I am getting to the welcome screen at
http://localhost:8080/col/
. In the header my css is linked ashttp://localhost/col/Code/css/global.css
it needs to behttp://localhost:8080/col/Code/css/global.css