[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r169: Another try at fixing the toplevel on the ISPRAS wiki.

Jeff Licquia licquia at linuxfoundation.org
Tue Feb 14 23:34:56 UTC 2012


------------------------------------------------------------
revno: 169
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Tue 2012-02-14 18:34:56 -0500
message:
  Another try at fixing the toplevel on the ISPRAS wiki.
modified:
  modules/apachehttpd/files/vhosts.d/lsb1.linux-foundation.org/ispras.conf
-------------- next part --------------
=== modified file 'modules/apachehttpd/files/vhosts.d/lsb1.linux-foundation.org/ispras.conf'
--- a/modules/apachehttpd/files/vhosts.d/lsb1.linux-foundation.org/ispras.conf	2012-02-14 21:34:12 +0000
+++ b/modules/apachehttpd/files/vhosts.d/lsb1.linux-foundation.org/ispras.conf	2012-02-14 23:34:56 +0000
@@ -36,9 +36,12 @@
     # configures the footer on server-generated documents
     ServerSignature On
 
-    # use PHP directory indexes
+    # use PHP directory indexes and handle the toplevel domain
     DirectoryIndex index.php
 
+    RewriteEngine on
+    RewriteRule ^/?$ /index.php/Main_Page
+
     # Optionally, include *.conf files from /etc/apache2/conf.d/
     #
     # For example, to allow execution of PHP scripts:



More information about the lsb-messages mailing list