gikeymarcia / Collector

A program for running psychology experiments on the web
32 stars 15 forks source link

Pathfinder is pull off the port # of my localhost #122

Closed gikeymarcia closed 9 years ago

gikeymarcia commented 9 years ago

I seem to be the perfect testing ground for file location related problems because

  1. I am running locally
  2. I am accessing my folder using an Apache alias
  3. 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