multi DB seem to be very complicated…so i go to try to work on a single DB but with virtualhost,here i’ve some questions:
actually i’ve this on my host file:
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/wordpress[b]/???[/b]
ServerName wordpress.dev
ServerAlias *.wordpress.dev
RewriteEngine On
RewriteOptions inherit
</VirtualHost>
what is the folder to point ?
do i need the sub folder option or the sub domain option in wp-settings ?
actually the website is duplicate in 3 same one..
thanks