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