Guest User

Untitled

a guest
Nov 16th, 2012
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName www.foo.com
  3. DocumentRoot /apps/foo/public
  4. <Directory /apps/foo/public/wordpress>
  5. PassengerEnabled off
  6. AllowOverride all # <-- Makes Wordpress's .htaccess file work.
  7. </Directory>
  8. </VirtualHost>
Add Comment
Please, Sign In to add comment