View Single Post
  #7   (View Single Post)  
Old 23rd July 2012
daemonfowl daemonfowl is offline
bsdstudent
 
Join Date: Jan 2012
Location: DaemonLand
Posts: 834
Default

Thanks for the offer ! it seems more beneficial.I've installed mediawiki ..
Code:
 # ln -s /var/www/mediawiki /var/www/htdocs/mediawiki
Then lighttpd-mysql to replace Apache .. http://localhost is working but pointing browser to http://localhost/mediawiki doesn't .. when I add /index.php it says Forbidden .. index.php5 opens a dialog box to save a file .. Do I have to chmod/chown anything related ?
(I have met what's needed according to INSTALL :
Quote:
Required software:
* Web server with PHP 5.2.3 or higher.
* A SQL server, the following types are supported
** MySQL 4.0.14 or higher
** PostgreSQL 8.3 or higher
** SQLite
Reply With Quote