View previous topic :: View next topic |
Author |
Message |
Digitalmike -
Joined: 09 Aug 2006 Posts: 22
|
Posted: Fri Sep 29, 2006 2:19 pm Post subject: Phpmyadmin index problem |
|
|
Everytime I goto log in to my phpmyadmin a download pops up and asks me if I want to download index.php and wont let me in. I have php and mysql configured correctly on my server. This is my only last problem. Any suggestions?
Thanks in advance. |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Sep 29, 2006 2:43 pm Post subject: Re: Phpmyadmin index problem |
|
|
Digitalmike wrote: | Everytime I goto log in to my phpmyadmin a download pops up and asks me if I want to download index.php and wont let me in. I have php and mysql configured correctly on my server. This is my only last problem. Any suggestions?
Thanks in advance. |
This certainly means that PHP is not correctly declared as handling the .php file extensions. If you checked that and PHP is correctly setup, then it might be your browser who is acting lazily and getting the response from his old cache instead of connecting to the server. In such a case, flush the cache of your server or force it to refresh the pages you're visiting. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
pkSML -
Joined: 29 May 2006 Posts: 955 Location: Michigan, USA
|
Posted: Fri Sep 29, 2006 3:13 pm Post subject: |
|
|
Strange problem here. What browser are you using? Ctrl+F5 will force IE to refresh the page (it might work in other browsers too). Trying another browser would be my suggestion.
For testing purposes, download index.php and check its contents. Is it PHP code or is it HTML code? _________________ Stephen
Need a LitlURL?
http://CodeBin.yi.org |
|
Back to top |
|
 |
|