/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: 2012-07-14 17:44:09 UTC
  • Revision ID: csa@dside.dyndns.org-20120714174409-cuzsy4vupyjx9lia
Update of setups

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
RewriteCond %{REQUEST_FILENAME} !service.php$
5
5
RewriteCond %{REQUEST_URI} ^(.*services/)[\w\d_]+(\.php)?$
6
6
RewriteRule ^([\w\d_]+)(\.php)?$  %1service.php?service=$1&%{QUERY_STRING} [L,P]
 
7
 
 
8
#RewriteRule ^([\w\d_]+)(\.php)?$  http://127.0.0.1/%1service.php?service=$1&%{QUERY_STRING} [L,P]
 
9
#<Files "service.php">
 
10
#    Order deny,allow
 
11
#    Deny from all
 
12
#    Allow from 127.0.0.1
 
13
#</Files>
 
14
 
 
15
#<Files "control.php">
 
16
#    Order deny,allow
 
17
#    Deny from all
 
18
#    Allow from 141.52.64.104
 
19
#</Files>