rendered paste body<VirtualHost *:80>
ServerAdmin info@s.com
ServerName www.dev-s.com
ServerAlias dev-s.com
DirectoryIndex index.php index.html
DocumentRoot /home/[username]/public_html/s/public
<Directory /home/[username]/public_html/s/public>
Options Indexes FollowSymLinks
AllowOverride All
</Directory>
ErrorLog /home/[username]/public_html/s/log/error.log
RewriteLog /home/[username]/public_html/s/log/rewrite.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog /home/[username]/public_html/s/log/access.log combined
</VirtualHost>