Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change 
notification.

The "PHPFPMWordpress" page has been changed by msporleder:
https://wiki.apache.org/httpd/PHPFPMWordpress?action=diff&rev1=2&rev2=3

   DocumentRoot "/var/www/html/blog1.example.com"
   <Directory "/var/www/html/blog1.example.com">
    Require all granted
+   DirectoryIndex index.php
    AllowOverride FileInfo
    FallbackResource /index.php
   </Directory>
@@ -34, +35 @@

   DocumentRoot "/var/www/html/blog2.example.com"
   <Directory "/var/www/html/blog2.example.com">
    Require all granted
+   DirectoryIndex index.php
    AllowOverride FileInfo
    FallbackResource /index.php
   </Directory>

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org

Reply via email to