You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by Apache Wiki <wi...@apache.org> on 2014/07/04 01:18:33 UTC

[Httpd Wiki] Update of "PHPFPMWordpress" by msporleder

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-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org