Guest User

Untitled

a guest
Jun 20th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName ward.local
  3. DocumentRoot /home/cordoval/Dropbox/ward
  4.  
  5. suPHP_Engine on
  6. AddHandler x-httpd-php .php .php3 .php4 .php5
  7. suPHP_AddHandler x-httpd-php
  8. DirectoryIndex index.php
  9. <Directory /home/cordoval/Dropbox/ward/>
  10. AllowOverride All
  11. allow from all
  12. </Directory>
  13. </VirtualHost>
Add Comment
Please, Sign In to add comment