Just trying to see if I can explain my problem a bit better.
If I do this with a page named page1.php it works fine but if I change the name of that same file to index.php it will not work
Example 1: works ok
mysite.com/folder/page1.php
/folder/page1.php :Folder Page1
WOL shows "Folder Page1"
url: mysite.com/folder/page1.php
Example 2: does not work
mysite.com/folder/index.php
/folder/index.php :Folder index
WOL shows "Viewing Index"
url: mysite.com/forums/index.php
|