OntoWiki

From LemonWiki共筆
Revision as of 13:35, 15 June 2008 by Planetoid (talk | contribs) (新頁面: == apache configuration file: httpd.conf == unmark this line (remove #) #LoadModule rewrite_module modules/mod_rewrite.so == /OntoWiki/.htaccess == RewriteEngine on RewriteBase /path/t...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

apache configuration file: httpd.conf

unmark this line (remove #)

  1. LoadModule rewrite_module modules/mod_rewrite.so


/OntoWiki/.htaccess

RewriteEngine on RewriteBase /path/to/OntoWiki/

  1. if the http://localhost/OntoWiki/ mapping the RewriteBase /OntoWiki/

DB settings

edit /OntoWiki/config.ini.dist to config.ini

;-------------------;
; Database Settings ;
;-------------------;

database.params.host     = localhost
database.params.username = owuser
database.params.password = owpass
database.params.dbname   = ontowiki


http://localhost/ontowiki/boot.php