I have an odd occurrence on a site that I've never seen.
All links ina file that's in directory are gone. Here's what happens.
I create a blank file with simple HTML links in it (test.php) and drop it to my site's root level (http://mysite.com/test.php)
<a href="">test1</a> | <a href="index.php?test2">test2</a>
test1</a> |
Everything works well and i see something like:
But if I create a directory and put the file there (http://mysite.com/dir/test.php), the link that has anything between quotes disappears.
This is something new. It never happen that way before. I'm totally confused...
Any cyber exorcists out there?