dokuwiki change default form doku.php to index.php

change the following line to

inc/init.php:  if(!defined('DOKU_SCRIPT')) define('DOKU_SCRIPT','doku.php');

to

change the following line to

inc/init.php:  if(!defined('DOKU_SCRIPT')) define('DOKU_SCRIPT','doku.php');

to

inc/init.php:  if(!defined('DOKU_SCRIPT')) define('DOKU_SCRIPT','index.php');

Leave a Reply

Your email address will not be published. Required fields are marked *