Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2013
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. enabled site:
  2.  
  3. <VirtualHost *:80>
  4. ServerName projects.dev
  5.  
  6. DocumentRoot /home/kevin/projects
  7. <Directory /home/kevin/projects>
  8. Options Indexes FollowSymLinks MultiViews
  9. AllowOverride All
  10. Order allow,deny
  11. allow from all
  12. </Directory>
  13. </VirtualHost>
  14.  
  15. ---
  16. /etc/hosts:
  17.  
  18. 127.0.0.1 localhost projects.dev
  19.  
  20. ---
  21.  
  22. Apache log:
  23. Permission denied: /home/kevin/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
  24.  
  25. ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement