OntoWiki
Jump to navigation
Jump to search
apache configuration file: httpd.conf
unmark this line (remove #)
- LoadModule rewrite_module modules/mod_rewrite.so
/OntoWiki/.htaccess
RewriteEngine on RewriteBase /path/to/OntoWiki/
- 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