|
Got it . Needed to add an index.html file in /var/www/html with this line:
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=http://wiki.mydomain.com/wiki/index.php/Main_Page">
However, you were right, my AllowOverride was set to None. Would utilizing the rewrite directive be a better way?
|