[RESOLVED] Problems installing mediawiki
I am having problems installing
- mediawiki 1.22
- PhP 5.3
- MySQL 5.1
I am attempting to install on a Red Hat Enterprise 6.2
I have been following the installation instructions but have stumbled where the instructions say, "you can complete the installation through a web browser by going to the index.php URI in your browser". I've tried that but the browser cannot find the mediawiki. :(
I have used http://xx.yy.com/mediawiki http://xx.yy.zz.aa/mediawiki/index.php and neither one works.
Any ideas?
It seems like you have not installed MediaWiki in a subfolder called mediawiki/. Remove this subfolder from your URL; Installation mentions the folder w/, however, which you have to use in your URL depends on where you actually extracted MediaWiki...
Thanks for your help but yes, I do have a directory called "mediawiki" under the root directory of my webserver (/var/www/html/mediawiki). I may be a neophyte with mediawiki but I am not a neophyte as far as webservers are concerned.
You should be more specific about neither one works. What error message do you get?
You should look at the apache error log to see what physical path it's trying to access, so you can check if it's looking at the right place, or if it has sufficient permissions to read the files.