
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /tool/sample-x/index.php [L]index.php
<!DOCTYPE html> <html lang="ja"> <head> <meta charset="UTF-8"> <title>zip358.com:sample-x</title> <link rel="stylesheet" type="text/css" href="css/html5reset.css" /> <style> iframe { width: 95%; height: 95%; position: absolute; margin: 0; } body{font-size:16pt;overflow:hidden;} </style> <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body> <?php echo '<a href="http://'.$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"].'">http://'.$_SERVER["HTTP_HOST"] .htmlspecialchars(urldecode ($_SERVER["REQUEST_URI"])).'</a>というアドレスを打ちましたね<br><br>'; ?> <iframe src="/tool/sample-x/html5up-twenty/index.html" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="auto"> </body> </html>