Hi,
I’m trying to put music inside a website, so i created a file named default.php:
<iframe scrolling="auto"marginwidth="0" width="100%" height="100%" marginheight="0" frameborder="0" noresize src="index.php"></iframe>
<iframe scrolling="no" marginwidth="0" marginheight="0" frameborder="0" noresize src="player.php" width="100%"></iframe>
The music embeded tag is in player.php file and index.php is the initial page of WP.
In httpd.conf, I configured DirectoryIndex to default.php. When I access the address in the browser, it repeats the player’s frame and don’t show me the frame of index.php