webGrind Display 403 Forbidden Error Message
Posted by: jbriggs71 (---.lightspeed.gdrpmi.sbcglobal.net)
Date: August 11, 2012 02:15AM

I have installed wampserver successfully, for the most part. phpMyAdmin, MySql, and Apache is working, but when I try running webGrind it displays the 403 Forbidden message You don't have permission to access /webgrind/ on this server.

Any advice will be greatly appreciated.

Options: ReplyQuote
Re: webGrind Display 403 Forbidden Error Message
Posted by: RiggsFolly (---.as13285.net)
Date: August 13, 2012 02:11PM

By default all the apps under "Your Aliases" will only run from the Machine that you installed wamp on.

I assume yor are trying to run it from another PC on your network.

If so try changing this file

C:\wamp\alias\webgrind.conf

In there you will see this

Order Deny,Allow
Deny from all
Allow from 127.0.0.1


Add another line like this:

Allow from 192.168.2

This assumes your subnet is 192.168.2.x

Run an >ipconfig from a command line to check yours

Options: ReplyQuote


Sorry, only registered users may post in this forum.