Guest User

Untitled

a guest
Mar 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <Directory "/Users/jamil/www/mymagento2site.com">
  2. Options Indexes FollowSymLinks MultiViews
  3. AllowOverride All
  4. Order allow,deny
  5. allow from all
  6. </Directory>
  7.  
  8. <VirtualHost *:80>
  9. DocumentRoot "/Users/jamil/www/mymagento2site.com"
  10. ServerName mymagento2site.com
  11. ServerAlias www.mymagento2site.com
  12. <Directory "/Users/jamil/www/mymagento2site.com">
  13. Options Indexes FollowSymLinks MultiViews
  14. AllowOverride All
  15. Order allow,deny
  16. allow from all
  17. </Directory>
  18. </VirtualHost>
Add Comment
Please, Sign In to add comment