-------------- 8X --------------- Then, add the following lines to the .htaccess file in the same directory as the 'mywiki' file (create the .htaccess file if doesn't exist): -- .htaccess for Apache 1.3.xx -- SetHandler application/x-httpd-php -- .htaccess for Apache 2.0.xx -- ForceType application/x-httpd-php ------------- 8X ---------------- This tells the apache webserver to treat the 'mywiki' file as a PHP script even though it doesn't have a .php extension. $Id$ */ // chdir("/path/to/moniwiki"); include("wiki.php"); ?>