/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to services/.htaccess

  • Committer: Suren A. Chilingaryan
  • Date: 2009-02-09 22:43:29 UTC
  • Revision ID: csa@dside.dyndns.org-20090209224329-o9n8ou91lj2k69lo
New way of service handling (mod_rewrite), Various fixups, katrin stuff moved to SETUP directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
RewriteEngine On
 
2
RewriteOptions inherit
 
3
 
 
4
RewriteCond %{REQUEST_FILENAME} !service.php$
 
5
RewriteCond %{REQUEST_URI} ^(.*services/)[\w\d_]+(\.php)?$
 
6
RewriteRule ^([\w\d_]+)(\.php)?$  %1service.php?service=$1&%{QUERY_STRING} [L,P]