coldfusion - Localhost pointing to different codeFolder locations -


windows xp professional/coldfusion/dreamweaver/fusebox-3

i have same cf-8 code in 2 places

* folder a:- c:\coldfusion8\wwwroot\bootsmancode\code * folder b:- c:\wwwroot\bootsmancode\code                local:- http://127.0.0.1:8500/bootsmancode/           http://localhost:8500/bootsmancode/ 

issue:- making code changes in "folder b", testing on http://localhost:8500. when go home , use vpn, cannot see these code changes when call http://localhost:8500 folder b when use http://localhost:8500/, code folder a, able see code changes.

so url seems magically pointing different folders @ at diffent time.

any correction please let me know?

would need more detail more definitive answer, i'd happy take closer look. things at/ask/suggest include:

  1. if you're using iis, have bindings/host headers route request 1 folder another? following on vas's comment (are talking 127.0.0.1 vs. localhost showing different results issue?)
  2. from home, when vpn... accessing http://localhost... pc? or remote-desktopping pc @ work , doing there? localhost relative machine you're on.
  3. make sure cf has template caching @ 0.
  4. make sure browser isn't caching site.

Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -