Pages: PreviousFirst...678910...LastNext
Current Page: 8 of 11
Results 211 - 240 of 302
14 years ago
pagehog
Hiya Everyone Is there a way I can give myself access to phpadmin from another computer on my local network? all get is the below error message when i try to access it from anything that isnt the localhost Forbidden You don't have permission to access /phpmyadmin/ on this server. Thanks
Forum: WampServer English
14 years ago
sandeep
Hi, I have installed wamp and using drupal in the server. Wamp is running on port 1540 and IIS in 80. My website was working fine until i got an error while accessing drupal to upload contents to the database, it gives 403 forbidden error, it says you are not authorized to view this page, it was giving similar error for phpmyadmin also, i changed to : Order Allow,Deny Allow from all php
Forum: WampServer English
14 years ago
sandeep
Hi, I have installed wamp and using drupal in the server. Wamp is running on port 1540 and IIS in 80. My website was working fine until i got an error while accessing drupal to upload contents to the database, it gives 403 forbidden error, it says you are not authorized to view this page, it was giving similar error for phpmyadmin also, i changed to : Order Allow,Deny Allow from al
Forum: WampServer English
14 years ago
thameera
I'm a newbie to web design. I installed php 5.2.9-1 in my Vista machine. When I try to access phpMyAdmin it always gives the error message: 403 Forbidden You don't have permission to access /phpmyadmin/ on this server. Please help me to solve this issue.
Forum: WampServer English
14 years ago
tomcattyy
Hello there, I am installing the Wamp on a production window 2k3 server, so I cannot use localhost as the server name. in httpd.conf I changed the server name to community.mydomain.com and related ip address. So now I can open the default php pages from community.mydomain.com. However I cannot make the mysql to be opened by phpmyadmin. I opened the config.inc.php file from wamp/apps/phpm
Forum: WampServer English
14 years ago
amyjawanda
Hello, Ive got a problem with my wamp server. I can't access my phpmyadmin. I get the error: Forbidden You don't have permission to access /phpmyadmin/ on this server. I have been able acess it before (last week) and I have checked and following the below procedure didnt fix it: open c:/wamp/alis/phpmyadmin.conf <Directory "c:/wamp/apps/phpmyadmin2.11.5/"> Opt
Forum: WampServer English
14 years ago
grkkid
well i fixed the apache error...now i get a forbidden page when trying to use phpmyadmin in 2.0i
Forum: WampServer English
14 years ago
gibbyg100
I'm having the same problem(as the first poster) with the latest version(downloaded today). I didn't have the same problem with my previous installation. Followed the advice above and modified my config files to Allow All but got no joy. I have cleared all my browser history and everything except the PHPMyAdmin appear to be working for me.
Forum: WampServer English
14 years ago
dananos
I wanted to allow database downloads from my D: drive, but I got this 403 error aswell, this is how I solved it in my Httpd.conf Alias /db "D:\sqldata\backups" <Directory "D:\sqldata\backups"> Options Indexes FollowSymLinks MultiViews AllowOverride all Order Deny,Allow Deny from localhost Allow from all </Directory> Hope this helps Dan. DB
Forum: WampServer English
14 years ago
OldManRiver
All, Keep geting the following 403 error: Forbidden You don't have permission to access /phpmyadmin/ on this server. I've checked the config.inc.php file and have used both UID=root; PWD='' which is valid as can login from mysql console with this and UID=administrator; PWD=mypassword, which is alternate admin user I created and nothing changes. Any suggestions? OMR
Forum: WampServer English
15 years ago
fantoo
I installed the last english package available and I found this error. The phpmyadmin changed the version to 3.1.1 BUT the phpmyadmin.conf was not changed. So, it's like this: ---------------------------- Alias /phpmyadmin "C:/Arquivos de programas/wamp/apps/phpmyadmin2.11.6/" <Directory "C:/Arquivos de programas/wamp/apps/phpmyadmin2.11.6/"> Options Ind
Forum: WampServer English
15 years ago
lalithg
mine is phpmyadmin2.10.1/
Forum: WampServer English
15 years ago
flyup
Hello, First, I Love WAMP! I regularly use it to test CMS and phpbb- thanks! Second, when I use the search on this forum it hangs on "please wait..." Finally, my current problem: localhost doesnt work and I get a DNS error in firefox. When I try 127.0.0.1 it works great, the IP address is replaced with 10.225.136.236 and the wamp server index page appears. Also, when
Forum: WampServer English
15 years ago
iamsgf
I hav just completed a freh install of version 2. However when trying to access localhost/phpmyadmin/ I get a 403 forbidden error. Can anyone help please. Thanks
Forum: WampServer English
15 years ago
h_a
hello, i have done exactly as you guide however i think we should add this step in the httpd.conf change the serverroot name to ServerRoot "C:/wamp/bin/apache/apache2.2.8" because it gave me syntax error if i didnt change it. however im having some problems. after checking syntax ok, i restarted wamp, i browsed it gave me HTTP 403 forbidden. I tried it gave me the direc
Forum: WampServer English
15 years ago
ununium
I just got WAMP up and running today. I am setting up a server for a project I'm working on and I need other people to be able to access the server. I already set up a port and everything and it works. But when I try to access myip/phpmyadmin in a browser it gives me a 403 forbidden error. Keep in mind that I am able to access phpmyadmin from localhost but unable to access outside of the localhos
Forum: WampServer English
15 years ago
ashz
Hi, I got this error: Forbidden You don't have permission to access /phpmyadmin/ on this server. I have database installs and therefor is there a way to fix it without reinstallation. Thx.
Forum: WampServer English
15 years ago
rob1
228. phpadmin
I would like to connect to the pc running wamp by using the browser from another pc. I have tried entering the address and it gives me the wamp server login screen and then three links Tools * phpinfo() * phpmyadmin * sqlitemanager phpinfo works fine but "phpmyadmin" and "sqlitemanager" both give me the error message Forbidden You don't have permis
Forum: WampServer English
15 years ago
MrJay
Still not Loading. Made Files C:\wamp\apps\phpmyadmin2.11.5 Alias /phpmyadmin "c:/wamp/apps/phpmyadmin2.11.5/" # to give access to phpmyadmin from outside # replace the lines # # Order Deny,Allow # Deny from all # Allow from 127.0.0.1 # # by # # Order Allow,Deny # Allow from all # <Directory "c:/wamp/apps/phpmyadmin2.11.5/"> Option
Forum: WampServer English
15 years ago
stevenmartin99
in the wamp filder there is a file calle wampmanager.conf , open it at at the bottom is phpmyadmin. change that to 6 as well
Forum: WampServer English
15 years ago
stevenmartin99
change the code in the phpmyadmin.conf file to 6's like so ------------------------------------------------------------ Alias /phpmyadmin "c:/wamp/apps/phpmyadmin2.11.6/" # to give access to phpmyadmin from outside # replace the lines # # Order Deny,Allow # Deny from all # Allow from 127.0.0.1 # # by # # Order Allow,Deny # Allow from all #
Forum: WampServer English
15 years ago
stevenmartin99
does this folder exist ..letter for letter? c:/wamp/apps/phpmyadmin2.11.5/ if it does then replace the file with this code (also clear history in browser) --------------------------------------------------------------------- Alias /phpmyadmin "c:/wamp/apps/phpmyadmin2.11.5/" # to give access to phpmyadmin from outside # replace the lines # # Order De
Forum: WampServer English
15 years ago
MrJay
Alias /phpmyadmin "c:/wamp/apps/phpmyadmin2.11.5/" # to give access to phpmyadmin from outside # replace the lines # # Order Deny,Allow # Deny from all # Allow from 127.0.0.1 # # by # # Order Allow,Deny # Allow from all # <Directory "c:/wamp/apps/phpmyadmin2.11.5/"> Options Indexes FollowSymLinks MultiViews AllowOverride all
Forum: WampServer English
15 years ago
stevenmartin99
post up ur phpmyadmin.conf file from c:/wamp/alias
Forum: WampServer English
15 years ago
themasam
i noticed when i installed 2.11.5 that i couldnt get into the phpmyadmin index.php. it would give me the 403 Forbidden error. after looking at a few "solutions", i found that the naming was incorrect on the directory structure. Simply rename "C:\wamp\apps\phpmyadmin2.11.6" to "C:\wamp\apps\phpmyadmin2.11.5" this will allow you to view the PHPMYADMIN page with
Forum: WampServer English
15 years ago
stevenmartin99
databases are stored in c:wamp/mysqlmysql5.045/data post up a copy of your phpmyadmin.conf file in c:/wamp/alias and ill see why ur gettting forbidden i havent as of yet looked at 2.0c
Forum: WampServer English
15 years ago
james_g
Hi All I've had a search on the forum for this, but all the replies seem to be in French! My problem is thus: When installing 2.0b on my Vista SP1 laptop, I could access phpmyadmin straight away. With 2.0c I get a Page forbidden error. Have the permissions been changed, so I need to enable something before usage? A 2nd (newbie) query too - after creating a database within PhpMyAdmin, wh
Forum: WampServer English
15 years ago
Kris4Fizz
Interstingly enough, although I'm not sure if it's related but the phpmyadmin url is now showing a 403 forbidden Error!?
Forum: WampServer English
15 years ago
rob20
I try to keep track of whats working. But, I don't know which modification stopped all services. Icon is white I made all mods in previous post. ******************************************* error forbidden *********************** PHPMyAdmin brings up:
Forum: WampServer English
15 years ago
Gerry
the error is: 403 forbidden - You don't have permission to access /phpmyadmin/ on this server.
Forum: WampServer English
Pages: PreviousFirst...678910...LastNext
Current Page: 8 of 11

Search Messages:


Search Authors:


Forums:


Options: