-
Notifications
You must be signed in to change notification settings - Fork 19
Ximdex CMS API: FAQs
Javi Carretero edited this page Jul 8, 2014
·
4 revisions
That's because your Apache2 web server is not properly configured. You should edit your sites-enabled configuration (usually 000-default.conf) and create an new directive for your Ximdex CMS instance.
Here is an example:
<Directory /var/www/myximdex> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny Allow from all </Directory>