Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <Directory "/opt/bitnami/apps/myapp/htdocs">
  2. Options +MultiViews
  3. AllowOverride None
  4. <IfVersion < 2.3 >
  5. Order allow,deny
  6. Allow from all
  7. </IfVersion>
  8. <IfVersion >= 2.3>
  9. Require all granted
  10. </IfVersion>
  11. </Directory>
  12.  
  13. Include /opt/bitnami/apps/myapp/conf/htaccess.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement