You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<VirtualHost *:80>
ServerName hydradam.local
# !!! Be sure to point DocumentRoot to 'public'!
DocumentRoot /opt/hydradam/public
XSendFile on
XSendFilePath /opt/xsendfile
<Directory /opt/hydradam/public>
# This relaxes Apache security settings.
AllowOverride all
# MultiViews must be turned off.
Options -MultiViews
</Directory>
</VirtualHost>