404를 이용한 가상디렉토리
$ cat .htaccess
ErrorDocument 404 /article.php
<?header(“HTTP/1.1 200 OK”);
explode(“/”,$_SERVER['REQUEST_URI']);
?>
Categories: LINUX
$ cat .htaccess
ErrorDocument 404 /article.php
<?header(“HTTP/1.1 200 OK”);
explode(“/”,$_SERVER['REQUEST_URI']);
?>
Recent Comments