Forums / Install & configuration / How can I run phpmyadmin on the same local apache site as ez3?

How can I run phpmyadmin on the same local apache site as ez3?

Author Message

Sol Millin

Thursday 17 April 2003 3:36:55 pm

I have loaded the phpmyadmin site in a directory under the apache root.

When I type http://localhost/phpmyadmin-2.4.0/index.php

I get ez3 screens.

How can I run phpmyadmin on the same local apache website as ez3.

If I type in http://localhost/anythingunderthesun

I get ez3 screens instead of

unknown URL

With thanks

Sol Millin

Scot Wilcoxon

Friday 18 April 2003 6:48:51 am

I think you have your Rewrite rules inside your default server, at the top level.

Add another level to your Rewrite rules, such as adding "^ez3/" ahead of the match value (the second field on the line), where "ez3" is whatever you want the eZpublish site to be called. http://localhost/ez3/index.php, etc. eZp3 will look for the "index.php" part of the URL to find the file paths.

Or use virtual domains and have your rules within the appropriate domain definition.