Skip to content

Instantly share code, notes, and snippets.

View FightFK's full-sized avatar
🎯
Focusing

Chinnapong Rakmai FightFK

🎯
Focusing
View GitHub Profile
<VirtualHost *:80>
ServerName yourdomain.com
ServerAlias www.yourdomain.com
DocumentRoot /var/www/wordpress
<Directory /var/www/wordpress/>
AllowOverride All
Require all granted
</Directory>