Forum Moderators: phranque
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]
</IfModule> Forbidden
You don't have permission to access /assets/cross.svg on this server.
Server unable to read htaccess file, denying access to be safe <Directory /var/www/opweekends.api/public/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory> Why does an htaccess imply a shared server?
You might find some clues in the server error log file.
Here are the directory rules:
<Directory /var/www/opweekends.api/public/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
Why does an htaccess imply a shared server?
Anything that can be done in htaccess can be done in a <Directory> section of the config file.