We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133b334 commit 8f55cf5Copy full SHA for 8f55cf5
.circleci/apache_ci.conf
@@ -1,10 +1,9 @@
1
<VirtualHost *:8080>
2
3
DocumentRoot "/home/circleci/wp-php-console/wordpress"
4
- ServerName wp-php-console.test
5
DirectoryIndex index.html index.php
6
- ServerAlias wp-php-console
7
- ServerAlias *.wp-php-console.test
+ ServerName wp-php-console.test
+ ServerAlias wp-php-console *.wp-php-console.test *.test
8
9
<FilesMatch \.php$>
10
SetHandler application/x-httpd-php
0 commit comments