fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [17525] Adding htaccess file for instructions for aut


From: eskil . saatvedt
Subject: [Fmsystem-commits] [17525] Adding htaccess file for instructions for auto redirect to portico folder
Date: Wed, 10 Jan 2018 09:39:22 -0500 (EST)

Revision: 17525
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17525
Author:   eskilsaatvedt
Date:     2018-01-10 09:39:22 -0500 (Wed, 10 Jan 2018)
Log Message:
-----------
Adding htaccess file for instructions for auto redirect to portico folder

Added Paths:
-----------
    branches/dev-bkbygg/phpgwapi/doc/htaccess.txt

Added: branches/dev-bkbygg/phpgwapi/doc/htaccess.txt
===================================================================
--- branches/dev-bkbygg/phpgwapi/doc/htaccess.txt                               
(rev 0)
+++ branches/dev-bkbygg/phpgwapi/doc/htaccess.txt       2018-01-10 14:39:22 UTC 
(rev 17525)
@@ -0,0 +1,10 @@
+# Require apache2.conf to set to  AllowOverride All for directory default set 
to AllowOverride None
+# and mod rewrite to be ON
+# sudo a2enmod rewrite
+# Redirect all to /portico/ folder
+DirectoryIndex index.php
+RewriteEngine on
+RewriteRule ^(index\.php)?$ portico/index.php$1 [L]
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteCond %{REQUEST_FILENAME} !-d
+RewriteRule ^(.+)$ portico/$1 [L]


Property changes on: branches/dev-bkbygg/phpgwapi/doc/htaccess.txt
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property



reply via email to

[Prev in Thread] Current Thread [Next in Thread]