I am trying to configure phpmyadmin on my localhost Apache24 server. I change the root file of the server with one costum, everything works fine, and when I am trying to add phpmyadmin I get this
I change the name of config.sample.inc.php into config.inc.php and a $cfg[‘blowfish_secret’] and doesn’t help
Thank you!
2
Answers
first sorry form my bad inglis but i am spanish.
To install phpmyadmin follow next steps, are so easy.
First remove and purgue all old phpmyadmin files with …
Next step is install it again, use this commnand …
Enable mbstring mod to php
Next step is change dir mod
File content:
Finaly restart apache
If you can’t solve your problem with this steps reply me on this post.
Check if you have installed your PHP correctly, by clicking on the
index.php
link on the list of your printscreen.If you see a login page it means your PHP is ok, but you haven’t informed your Apache to use
index.php
.Run down your Apache configuration to the directory index and add
index.php
to the DirectoryIndex line like this: