~hexmode/+junk/main

« back to all changes in this revision

Viewing changes to install-files/alias/phpmyadmin.conf.install

  • Committer: Mark A. Hershberger
  • Date: 2008-01-05 19:38:56 UTC
  • Revision ID: hershberger@spawn-xp-20080105193856-6rnzgwa4nehue3qj
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Alias /phpmyadmin "WAMPROOT/apps/phpmyadminWAMPPHPMYADMINVERSION/" 
 
2
 
 
3
# to give access to phpmyadmin from outside 
 
4
# replace the lines
 
5
#
 
6
#        Order Deny,Allow
 
7
#       Deny from all
 
8
#       Allow from 127.0.0.1
 
9
#
 
10
# by
 
11
#
 
12
#        Order Allow,Deny 
 
13
#   Allow from all
 
14
#
 
15
 
 
16
<Directory "WAMPROOT/apps/phpmyadminWAMPPHPMYADMINVERSION/">
 
17
    Options Indexes FollowSymLinks MultiViews
 
18
    AllowOverride all
 
19
        Order Deny,Allow
 
20
        Deny from all
 
21
        Allow from 127.0.0.1
 
22
</Directory>
 
 
b'\\ No newline at end of file'