[Customisation Database Commits] r914 - /trunk/titania/.htaccess

Nathan Guse exreaction at phpbb.com
Sat Mar 27 19:21:29 GMT 2010


Author: exreaction
Date: Sat Mar 27 19:21:29 2010
New Revision: 914

Log:
For Elglobo

Modified:
    trunk/titania/.htaccess

Modified: trunk/titania/.htaccess
==============================================================================
*** trunk/titania/.htaccess (original)
--- trunk/titania/.htaccess Sat Mar 27 19:21:29 2010
***************
*** 42,47 ****
--- 42,51 ----
  RewriteCond %{REQUEST_FILENAME} !-f
  Rewriterule ^rate/?([^/]+)?$									./index.php?action=rate [NC]
  
+ #display all contribs
+ RewriteCond %{REQUEST_FILENAME} !-f
+ Rewriterule ^all/?([^/]+)?$										./index.php?action=all [NC]
+ 
  #search
  RewriteCond %{REQUEST_FILENAME} !-f
  Rewriterule ^search/([^/]+)?$									./search.php [NC]




More information about the customisationdb-commits mailing list