Under EA3 we had an Alias in /usr/local/apache/conf/userdata/ssl/2/user/domain/domain.conf like this:
This worked well. Under EA4 I've put the alias directive under /etc/apache2/conf.d/userdata/ssl/2_4/user/domain/wiki.conf and rebuilt and restart apache.
However, we are getting this error in the browser:
And in the /var/log/apache2/error_log I get this:
Ownership of the file is correctly I think, owned by user:user and chmod 644. Not sure where else to look to see why this doesn't work. Anyone have any ideas on how to make this work?
Code:
Alias /wiki /home/user/public_html/wiki_2
However, we are getting this error in the browser:
Code:
No input file specified.
Code:
Got error 'Unable to open primary script: //home/user/public_html/wiki_2/index.php (No such file or directory)\n'