You don’t have permission to access error
I was trying to access my PHP web project from my Vista on my Ubunut and end up running error 403 Forbidden You don’t have permission to access on this server …
Do you know how to find missing numbers from billing records – algorithm
Well this has a very easy remedy:
BTW – I am using Uniserver – http://www.uniformserver.com/ – [ Which is the coolest development environment on windows as you would get PHP, MySQL, and PhpMyAdmin residing all at one place.]
But it doesn’t matter if you are using other tool.
1. Go to where your www folder
2. open .htaccess file using your favorite text editor – note pad is more than enough for this.
3. Under Allow From 127.0.0.1 – or whatever it is allowed Add Allow From [your ip address of the computer from which you want to access the server]
Ivan Lopes
Thank you so much. you Saved my live!!!!
gullele
I am glad that it helped you – cheers!
ISAIAH
The 403 Forbidden error is an HTTP status code that means that accessing the page or resource you were trying to reach is absolutely forbidden for some reason.