Home > LINUX > 404를 이용한 가상디렉토리

404를 이용한 가상디렉토리

January 16th, 2006 admin Leave a comment Go to comments

$ cat .htaccess
ErrorDocument 404 /article.php
<?header(“HTTP/1.1 200 OK”);
explode(“/”,$_SERVER['REQUEST_URI']);
?>

Post to Twitter Post to Delicious Post to Facebook

Categories: LINUX Tags:
  1. No comments yet.
  1. No trackbacks yet.