wamp server - You don’t have permission to access / on this server.
Forbidden
You don't have permission to access / on this server.
Solution.
step1. You need to open file name “phpmyadmin.conf”. this is the phpmyadmin configuraiton file.
where you need to replce the code.
Original code.
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
Replaced code
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Allow from (your ip address)(or)all
NOTE: ‘c:/wamp/apps/phpmyadmin3.4.5/’ this is the path of the directory where you install your wamp server.
So you need to replace this path accordingly
By this change you are able to view your wamp server phpmyadmin panel.
Step2. Now you need to open another file, file is you Apache “httpd.conf” file.
This is also your Apache configuration file.
You may find this file under “C:wampbinapacheApache2.2.22conf”
This path is again depend on the installation directory of you wamp server.
Under this file you need to change the code.
First search this code “# onlineoffline tag – don’t remove”
You probable found this code in the mid of the file.
And then replace “Allow from 127.0.0.1″ with “Allow from (Your ip address)″
(or)
remove “Allow from 127.0.0.1″ and replace “Deny from all” with "Allow from all”
Completed……
Now you need to restart your wamp server and check all is set.
By Subramanian
Forbidden
You don't have permission to access / on this server.
Solution.
step1. You need to open file name “phpmyadmin.conf”. this is the phpmyadmin configuraiton file.
where you need to replce the code.
Original code.
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
Replaced code
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Allow from (your ip address)(or)all
NOTE: ‘c:/wamp/apps/phpmyadmin3.4.5/’ this is the path of the directory where you install your wamp server.
So you need to replace this path accordingly
By this change you are able to view your wamp server phpmyadmin panel.
Step2. Now you need to open another file, file is you Apache “httpd.conf” file.
This is also your Apache configuration file.
You may find this file under “C:wampbinapacheApache2.2.22conf”
This path is again depend on the installation directory of you wamp server.
Under this file you need to change the code.
First search this code “# onlineoffline tag – don’t remove”
You probable found this code in the mid of the file.
And then replace “Allow from 127.0.0.1″ with “Allow from (Your ip address)″
(or)
remove “Allow from 127.0.0.1″ and replace “Deny from all” with "Allow from all”
Completed……
Now you need to restart your wamp server and check all is set.
By Subramanian
No comments:
Post a Comment