Forums | Mahara Community
Support
/
Install Windows Server with Apache
03 April 2009, 8:04
I'm trying to install Mahara 1.1 on a Windows 2003 server with Apache 2.2, Php 5 and MySql 5. I have Moodle and Joomla and other web sites running nicely. However, I can't seem to get Mahara to install. All I get is a 404 error.
The config file looks correct as is the alias entry in Apache. (I'm not sure the data root needs to be there or not, either way the problem is the same.
[code]
#
Alias /Mahara "D:/Mahara/htdocs/"
<Directory "D:/Mahara/htdocs/">
Options FollowSymLinks MultiViews
AllowOverride All
Order deny,allow
Allow from all
Satisfy all
</Directory>
#
Alias /mahdata "D:/mahdata"
<Directory "D:/mahdata">
Options FollowSymLinks MultiViews
AllowOverride All
Order deny,allow
Allow from all
Satisfy all
</Directory>
[/code]
Anyone done a successful install on this kind of setup? The nearest documentation is installing on a WAMP server which is not an option.
Any suggestions or pointers on where to go from here?