OntoWiki: Difference between revisions
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/t...) |
(No difference)
|
Revision as of 13:35, 15 June 2008
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