Your IP : 216.73.216.40


Current Path : /var/www/html/ajay/wamp/alias/
Upload File :
Current File : /var/www/html/ajay/wamp/alias/webgrind.conf

Alias /webgrind "c:/wamp/apps/webgrind1.0/" 

# to give access to phpmyadmin from outside 
# replace the lines
#
# Require local
#
# by
#
# Require all granted
#
<Directory "c:/wamp/apps/webgrind1.0/">
    Options Indexes FollowSymLinks
    AllowOverride all
  <IfDefine APACHE24>
    Require local
  </IfDefine>
  <IfDefine !APACHE24>
    Order Deny,Allow
	  Deny from all
	  Allow from localhost ::1 127.0.0.1
	</IfDefine>
</Directory>