Advertisement
Guest User

Untitled

a guest
Jul 30th, 2015
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. http://mywebsite.com - OK
  2. http://mywebsite.com/test - 404
  3.  
  4. <VirtualHost *:80>
  5. ServerName mywebsite.com
  6. ServerAlias www.mywebsite.com
  7. ServerAdmin webmaster@localhost
  8. DocumentRoot /var/www/mywebsite.com/public_html
  9. ErrorLog ${APACHE_LOG_DIR}/error.log
  10. CustomLog ${APACHE_LOG_DIR}/access.log combined
  11. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement