Quote:
Originally Posted by snakes1100
If its apache: DirectoryIndex (Which you can modify in httpd.conf, simply add the file name, HUP apache.
You can do the same for Nginx as well.
index index.html index.php /index.php;
|
Thanks. When entering
http://www.mysite.com/radio/ it does load the correct script. However, since there is no file at the end of the URL, the WOL plugin does not execute.
I put "DirectoryIndex radio.php" in .htaccess for that directory. Is there something I can specify so that it will make the url appear as
http://www.mysite.com/radio/radio.php ?