Guest User

Untitled

a guest
Nov 20th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <VirtualHost *:80>
  2. DocumentRoot /var/www/html/magento/pub
  3.  
  4. <Directory /var/www/html/magento/pub>
  5. Options Indexes FollowSymLinks
  6. AllowOverride All
  7. Require all granted
  8. </Directory>
  9. </VirtualHost>
  10.  
  11. Client denied by server configuration: /var/www/html/magento/pub/rest
Add Comment
Please, Sign In to add comment