Quantcast
Channel: WampServer - WampServer English
Viewing all articles
Browse latest Browse all 3177

multiple wordpress sites on the localhost server (1 reply)

$
0
0
I want to work on some multiple wordpress sites on localhost. I don't know how to edit httpd-vhosts.conf from apache.
I've tried this:

# Virtual Hosts
#
<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www/testsite1"
<Directory "${INSTALL_DIR}/www/testsite1">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www/testsite2/"
<Directory "${INSTALL_DIR}/www/testsite2/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>

Viewing all articles
Browse latest Browse all 3177

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>