Richard A. DeVenezia wrote:
[snip]
I can do
- site.com/info/template.html and get two alerts
- site.com/info/content1.html and see a new text under H1
- site.com/info/slick.php/content1.html and get neither alert nor new text.
  - instead I get 4 browser (IE) 'problem alerts', I presume
  - 1. for not finding js1.js
  - 2. for not finding js2.js
  - 3. for not finding content1.js
  - 4. for not finding helloFromContent1() function

I think you're confusing HTML. While the server understands slick.php/content1.html, HTML probably doesn't and is looking for slick.php/content1.html/js1.js (and the other files).


I don't want to change my SRC references to be site absolute, I want them
relative.

Well, I'm glad that's what you want, but how about using it anyhow because it'll work. Like Chris said, you can use a function/variable to get the complete path so it's really no extra work for you.


--
---John Holmes...

Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/

php|architect: The Magazine for PHP Professionals – www.phparch.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to